swig/Examples/test-suite/chicken
2016-02-21 19:24:11 +00:00
..
casts_runme.ss
char_constant_runme.ss
chicken_ext_test_external.cxx
chicken_ext_test_runme.ss
class_ignore_runme.ss
clientdata_prop_runme_proxy.ss
constover_runme.ss
contract_runme.ss
cpp_basic_runme_proxy.ss
cpp_enum_runme.ss
cpp_namespace_runme.ss
dynamic_cast_runme.ss
global_vars_runme.ss
global_vars_runme_proxy.ss
import_nomodule_runme.ss
imports_runme.ss
inherit_missing_runme.ss
li_std_string_runme.ss
li_std_string_runme_proxy.ss
li_typemaps_runme.ss
li_typemaps_runme_proxy.ss
list_vector_runme.ss
Makefile.in Consistent quoting in Makefile 2015-08-21 22:48:34 +01:00
member_pointer_runme.ss
multiple_inheritance_runme_proxy.ss
multivalue_runme.ss
name_runme.ss
newobject1_runme_proxy.ss
newobject2_runme.ss
newobject2_runme_proxy.ss
overload_complicated_runme.ss
overload_copy_runme.ss
overload_copy_runme_proxy.ss
overload_extend_c_runme.ss Duplicate tests that are run twice as both C and C++ tests to fix parallel make: overload_extend 2016-02-21 19:24:11 +00:00
overload_extend_runme.ss
overload_extend_runme_proxy.ss
overload_simple_runme.ss
overload_simple_runme_proxy.ss
overload_subtype_runme.ss
overload_subtype_runme_proxy.ss
pointer_in_out_runme.ss
README
reference_global_vars_runme.ss
testsuite.ss
throw_exception_runme.ss
typedef_inherit_runme.ss
typename_runme.ss
unions_runme.ss
unions_runme_proxy.ss

See ../README for common README file.

Any testcases which have _runme.ss appended after the testcase name will be detected and run.
NOTE: I had to use _runme.ss because otherwise it would be hard to implement make clean
Since when SWIG runs it generates an example.scm file for every test, to clean those files
I needed to add a rm -f *.scm to make clean.  But we don't want the runme scripts to
disappear as well!

Any testcases which have _runme_proxy.ss appended after the testcase name will be detected
and run with the -proxy argument passed to SWIG.  SWIG will not be run with the -unhide-primitive
option, so the _runme_proxy.ss file must use only the tinyclos exported interface.