aboutsummaryrefslogtreecommitdiff
path: root/dist/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-07 14:48:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-07 14:48:13 +0200
commit4f38adc11ab1a3a1ab2dd3f958c917182be7d71f (patch)
treefd4242b2fb5648536a6307a18442abfcaf280573 /dist/tests
parent0baca4b033509b6c4ebfabfb74bf6518c3b1182c (diff)
Implement generation of clone functions
New test: clone.
Diffstat (limited to 'dist/tests')
-rw-r--r--dist/tests/cxx/hybrid/makefile2
-rw-r--r--dist/tests/cxx/hybrid/nmakefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/tests/cxx/hybrid/makefile b/dist/tests/cxx/hybrid/makefile
index ddcf464..7e78d9f 100644
--- a/dist/tests/cxx/hybrid/makefile
+++ b/dist/tests/cxx/hybrid/makefile
@@ -30,7 +30,7 @@ dirs += binary/xdr
endif
ifeq ($(XSDE_PARSER_VALIDATION),y)
-dirs += choice recursive
+dirs += choice recursive clone
endif
endif # XSDE_IOSTREAM
diff --git a/dist/tests/cxx/hybrid/nmakefile b/dist/tests/cxx/hybrid/nmakefile
index 1127649..b31619b 100644
--- a/dist/tests/cxx/hybrid/nmakefile
+++ b/dist/tests/cxx/hybrid/nmakefile
@@ -30,7 +30,7 @@ dirs = $(dirs) binary/xdr
!endif
!if "$(XSDE_PARSER_VALIDATION)" == "y"
-dirs = $(dirs) choice recursive
+dirs = $(dirs) choice recursive clone
!endif
!endif # XSDE_IOSTREAM