Hook up sym testcase

This has existed since at least the "great merge" and even has a
_runme.php, but seems to have never actually been listed as a testcase
to run.
This commit is contained in:
Olly Betts 2021-04-20 11:33:38 +12:00
commit ff1c88f5ba
2 changed files with 6 additions and 5 deletions

View file

@ -418,6 +418,7 @@ CPP_TEST_CASES += \
struct_value \
swig_exception \
symbol_clash \
sym \
template_arg_replace \
template_arg_scope \
template_arg_typename \

View file

@ -3,11 +3,11 @@
require "tests.php";
require "sym.php";
// No new functions
check::functions(array());
// No new classes
check::classes(array('flim','flam'));
// now new vars
// New functions
check::functions(array('flim_hulahoops','flim_jar','flam_jam','flam_jar'));
// New classes
check::classes(array('Flim','Flam'));
// No new vars
check::globals(array());
$flim=new flim();