aboutsummaryrefslogtreecommitdiff
path: root/dist/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-20 10:50:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-20 10:50:22 +0200
commitb135374d5e40df21871b3e0c9efc69ba2d8361cb (patch)
tree0f53bf8253ff16b7ce176f47b56e4ac879a768c6 /dist/makefile
parent54ed525e5b8680e8737b7750fd73458d9ef1d30c (diff)
Add tests to the distribution
The distribution makefiles for tests are automatically generated by the build/dist script. nmakefiles are not yet generated.
Diffstat (limited to 'dist/makefile')
-rw-r--r--dist/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/makefile b/dist/makefile
index df44825..1d06b13 100644
--- a/dist/makefile
+++ b/dist/makefile
@@ -1,8 +1,13 @@
dirs := libxsde examples
+ifneq ($(filter $(MAKECMDGOALS),test clean),)
+dirs += tests
+endif
+
.PHONY: all $(dirs)
all: $(dirs)
+tests: libxsde
examples: libxsde
$(dirs):