]> andersk Git - splint.git/blobdiff - src/Makefile
Fixed test suite (temporarily) to run nested test cases
[splint.git] / src / Makefile
index ca4bd0f6d43e4fb536d3c20afe8641cc802f214f..f1509582ba2d34ce31c4818683ea4509dd780989 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.308424 seconds and 4 git commands to generate.