aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/makefile')
-rw-r--r--tests/cxx/hybrid/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/makefile b/tests/cxx/hybrid/makefile
index 3351241..84fed4c 100644
--- a/tests/cxx/hybrid/makefile
+++ b/tests/cxx/hybrid/makefile
@@ -10,6 +10,14 @@ tests := sequences
ifeq ($(xsde_iostream),y)
tests += built-in list test-template union
+ifeq ($(xsde_cdr),y)
+tests += binary/cdr
+endif
+
+ifeq ($(xsde_xdr),y)
+tests += binary/xdr
+endif
+
ifeq ($(xsde_parser_validation),y)
tests += choice
endif