]> andersk Git - splint.git/blobdiff - src/Makefile.in
Fixed test suite (temporarily) to run nested test cases
[splint.git] / src / Makefile.in
index 8285256eaa888c5475f2fd0b836c6fe482d698f9..3465a08a1fa9470f5fe8e259179e5aaa6b8bb86b 100644 (file)
@@ -867,6 +867,15 @@ Headers/flag_codes.gen: flags.def
 nocheck:
        $(MAKE) CHECK=0
 
+.PHONY: test
+test:
+       cd ../; ${MAKE} check
+
+### Automake generates wrong tags
+.PHONY: etags
+etags:
+       maketags
+
 lintnew: 
        ./lclint -f lclint.lclintrc $(DEFAULT_INCLUDES) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) +singleinclude $(ALLSRC) $(LCLSRC) -dump lclint \
                     +forcehints -misplacedsharequal +showsourceloc -unrecogcomments \
This page took 0.032302 seconds and 4 git commands to generate.