From 9f1707e3889203bfdf61f6455cf4cbf4e80aa25d Mon Sep 17 00:00:00 2001 From: drl7x Date: Sat, 21 Dec 2002 05:07:29 +0000 Subject: [PATCH] *** empty log message *** --- test/sizeoftest/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/sizeoftest/Makefile diff --git a/test/sizeoftest/Makefile b/test/sizeoftest/Makefile new file mode 100644 index 0000000..6111c65 --- /dev/null +++ b/test/sizeoftest/Makefile @@ -0,0 +1,8 @@ +.PHONY: check + +SPLINT = splint -exportlocal + +check: + $(SPLINT) +bounds sizeof.c sizeofConst.c -expect 1 + + -- 2.45.2