aboutsummaryrefslogtreecommitdiff
path: root/dist/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-21 09:41:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-21 09:41:04 +0200
commitd321f7983e84d45ab86c33989cfc69e1a8d46cd0 (patch)
tree74ccc2aadf4b0aa34f64d5c7ddc30b8e174ecb6c /dist/makefile
parent97081a30ee6a4ba5db2ad9d54017a6709b358eec (diff)
Don't run tests from root makefile/nmakefile
Diffstat (limited to 'dist/makefile')
-rw-r--r--dist/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/makefile b/dist/makefile
index 83b9661..f1b7a7e 100644
--- a/dist/makefile
+++ b/dist/makefile
@@ -1,6 +1,6 @@
dirs := libxsde examples
-ifneq ($(filter $(MAKECMDGOALS),gen test clean cleanobj),)
+ifneq ($(filter $(MAKECMDGOALS),gen clean cleanobj),)
dirs += tests
endif