aboutsummaryrefslogtreecommitdiff
path: root/dist/nmakefile
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/nmakefile
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/nmakefile')
-rw-r--r--dist/nmakefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/dist/nmakefile b/dist/nmakefile
index f532175..0a17809 100644
--- a/dist/nmakefile
+++ b/dist/nmakefile
@@ -4,6 +4,10 @@ all:
@for %i in ( $(dirs) ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile"
-test clean:
- @for %i in ( $(dirs) ) do \
+test:
+ @for %i in ( $(dirs) tests ) do \
+@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile $@"
+
+clean:
+ @for %i in ( $(dirs) tests ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile $@"