diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2016-12-19 12:29:48 +0000 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2017-01-16 22:45:05 +0000 |
commit | 01ba72697bc5476bfe486725c302bb2e0867076e (patch) | |
tree | b3ee2a8faca19ea702a4a122e534628b7c8ff5ce /Makefile.rules | |
parent | 4dded235b6de4254589719ce1870f6dd117095ea (diff) | |
download | klee-01ba72697bc5476bfe486725c302bb2e0867076e.tar.gz |
Remove undocumented and unused `check-local`, `check-dg` and `check-lit`
targets from Autoconf/Makefile build system. Having these around just confuses things.
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Makefile.rules b/Makefile.rules index cdc61bf8..d74b1c42 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1877,32 +1877,6 @@ systemtests:: $(EchoCmd) No test directory ; \ fi -check-lit:: check - -check-dg:: - $(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \ - if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \ - $(EchoCmd) Running test suite ; \ - $(MAKE) -C $(PROJ_OBJ_ROOT)/test check-local-dg ; \ - else \ - $(EchoCmd) No Makefile in test directory ; \ - fi ; \ - else \ - $(EchoCmd) No test directory ; \ - fi - -check-all:: - $(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \ - if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \ - $(EchoCmd) Running test suite ; \ - $(MAKE) -C $(PROJ_OBJ_ROOT)/test check-local-all ; \ - else \ - $(EchoCmd) No Makefile in test directory ; \ - fi ; \ - else \ - $(EchoCmd) No test directory ; \ - fi - ############################################################################### # UNITTESTS: Running the unittests test suite ############################################################################### |