swig/SWIG/Examples/test-suite/chicken
John Lenz a315c315fb - Fix SF bug 1573892
- Minor change to chicken to make it work with version 2.5rc1
- add externaltest to chicken and guile modules


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9451 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-10-14 08:19:27 +00:00
..
.cvsignore
casts_runme.ss
char_constant_runme.ss
class_ignore_runme.ss
clientdata_prop_runme_proxy.ss
constover_runme.ss
contract_runme.ss
cpp_basic_runme_proxy.ss + finally fix pointers to member functions in chicken 2005-10-24 03:42:32 +00:00
cpp_enum_runme.ss
cpp_namespace_runme.ss
dynamic_cast_runme.ss
ext_test.i - Fix SF bug 1573892 2006-10-14 08:19:27 +00:00
ext_test_external.cxx - Fix SF bug 1573892 2006-10-14 08:19:27 +00:00
ext_test_runme.ss - Fix SF bug 1573892 2006-10-14 08:19:27 +00:00
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 add %naturalvar to std::string and remove local li_std_string.i, so Mattias can finish the examples here :) 2006-01-30 19:25:51 +00:00
li_typemaps_runme.ss
li_typemaps_runme_proxy.ss
list_vector_runme.ss
Makefile.in - Fix SF bug 1573892 2006-10-14 08:19:27 +00:00
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_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 Update Chicken configuration to not use chicken-config 2006-04-06 01:16:57 +00:00
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 becuase 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
dissappear 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.