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:
parent
9a82261e4a
commit
ff1c88f5ba
2 changed files with 6 additions and 5 deletions
|
|
@ -418,6 +418,7 @@ CPP_TEST_CASES += \
|
|||
struct_value \
|
||||
swig_exception \
|
||||
symbol_clash \
|
||||
sym \
|
||||
template_arg_replace \
|
||||
template_arg_scope \
|
||||
template_arg_typename \
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue