summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-03-06 10:55:47 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-03-06 10:55:47 +0000
commit227614056be6b9d390b05a400dd5dcec85f82567 (patch)
tree5f9f4003f2f200369d82472155160eb5d1c1479c /Examples/test-suite/javascript/Makefile.in
parent22c8b33eddef1d6bafeeb75f31e94326c32be0ad (diff)
downloadswig-227614056be6b9d390b05a400dd5dcec85f82567.tar.gz
Convert javascript_arrays.i example into testcase
Diffstat (limited to 'Examples/test-suite/javascript/Makefile.in')
-rw-r--r--Examples/test-suite/javascript/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/test-suite/javascript/Makefile.in b/Examples/test-suite/javascript/Makefile.in
index fed028388..93602a434 100644
--- a/Examples/test-suite/javascript/Makefile.in
+++ b/Examples/test-suite/javascript/Makefile.in
@@ -16,6 +16,9 @@ top_builddir = @top_builddir@
C_TEST_CASES += \
ccomplextest \
+CPP_TEST_CASES += \
+ javascript_lib_arrays \
+
SWIGEXE = $(top_builddir)/swig
SWIG_LIB_DIR = $(top_srcdir)/Lib