aboutsummaryrefslogtreecommitdiff
path: root/dist/tests/cxx/hybrid
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-20 17:16:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-20 17:16:57 +0200
commit1a574444dcad797bdc450f7e6a1347d0f2bbf758 (patch)
treea3bafdfdbeb8ce753ba5bf822b222f945ec2f00d /dist/tests/cxx/hybrid
parent6ba682b661fb698e6d8af61e44d527aed0922b1d (diff)
Add gen and cleanobj targets for tests
Diffstat (limited to 'dist/tests/cxx/hybrid')
-rw-r--r--dist/tests/cxx/hybrid/nmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/tests/cxx/hybrid/nmakefile b/dist/tests/cxx/hybrid/nmakefile
index 76ffe27..fefae35 100644
--- a/dist/tests/cxx/hybrid/nmakefile
+++ b/dist/tests/cxx/hybrid/nmakefile
@@ -36,6 +36,6 @@ all:
@for %i in ( $(dirs) ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile"
-test clean:
+gen test clean cleanobj:
@for %i in ( $(dirs) ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile $@"