summaryrefslogtreecommitdiff
path: root/Examples/test-suite/common.mk
diff options
context:
space:
mode:
authorSeth R Johnson <johnsonsr@ornl.gov>2022-02-12 19:19:31 -0500
committerSeth R Johnson <johnsonsr@ornl.gov>2022-02-12 19:40:03 -0500
commit77cdba81adecc882ea167417d0c0401f672c1859 (patch)
tree3b6c4179bf0479d5fa441cfabeb1e877d852e569 /Examples/test-suite/common.mk
parent266766d7c75d8cf28c69934ed0d404e8dcad8656 (diff)
downloadswig-77cdba81adecc882ea167417d0c0401f672c1859.tar.gz
Add test case for very simple director classes
Test both abstract and concrete base classes, with simple int/bool data. This level of complexity is very helpful when setting up director functionality for a new target language.
Diffstat (limited to 'Examples/test-suite/common.mk')
-rw-r--r--Examples/test-suite/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk
index 4a7855efb..61a5fcddc 100644
--- a/Examples/test-suite/common.mk
+++ b/Examples/test-suite/common.mk
@@ -214,6 +214,7 @@ CPP_TEST_CASES += \
director_protected_overloaded \
director_redefined \
director_ref \
+ director_simple \
director_smartptr \
director_thread \
director_unroll \