]> andersk Git - splint.git/blobdiff - test/moreBufferTests/Makefile
Fixed test suite (temporarily) to run nested test cases
[splint.git] / test / moreBufferTests / Makefile
diff --git a/test/moreBufferTests/Makefile b/test/moreBufferTests/Makefile
new file mode 100644 (file)
index 0000000..e1de558
--- /dev/null
@@ -0,0 +1,7 @@
+.PHONY: check
+
+LCLINT = lclint
+check:
+       $(LCLINT) -exportlocal +arraybounds +arrayboundsread unrecogCall.c strrchr.c initialization.c simplifyTest.c strncatNotReallyGood.c strncatReallyGood.c -expect 8
+
This page took 0.034234 seconds and 4 git commands to generate.