swig/SWIG/Examples/test-suite/chicken
John Lenz 3b9273f9a9 added new chicken runme script
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6439 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2004-10-19 18:35:08 +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 Rework the CLOS code for chicken... still needs a little more work 2004-10-16 20:56:10 +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
newobject2_runme.ss added new chicken runme script 2004-10-19 18:35:08 +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!