]> andersk Git - splint.git/blame_incremental - test/simplebufferConstraintTests/Makefile
Fixed handling of wide character strings (L"test").
[splint.git] / test / simplebufferConstraintTests / Makefile
... / ...
CommitLineData
1.PHONY: check
2
3SPLINT = splint -exportlocal
4
5check:
6 $(SPLINT) +arraybounds +arrayboundsread m.c sizeof.c test3.c test7.c -expect 7
7
8
This page took 0.027449 seconds and 5 git commands to generate.