swig/SWIG/Examples/test-suite/chicken
2004-07-10 16:36:19 +00:00
..
.cvsignore *** empty log message *** 2003-11-02 17:44:33 +00:00
casts_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
char_constant_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
class_ignore_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
constover_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
contract_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
cpp_namespace_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
dynamic_cast_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
import_nomodule_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
imports_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
inherit_missing_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
list_vector_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
Makefile.in Testcases that used the prebuilt runtime library generate their own runtime library DLL/so and use that instead now 2004-07-10 16:36:19 +00:00
multivalue_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
name_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
overload_complicated_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
overload_copy_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
overload_extend_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
overload_simple_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
overload_subtype_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
pointer_in_out_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
README Rewrite chicken example and test-suite building code 2004-05-30 07:11:26 +00:00
reference_global_vars_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
typedef_inherit_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
typename_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00
unions_runme.ss The guile and chicken _runme scripts are now shared 2004-06-07 05:03:39 +00:00

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!