git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6439 626c5289-ae23-0410-ae9c-e8d60b6d4f22 |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| casts_runme.ss | ||
| char_constant_runme.ss | ||
| class_ignore_runme.ss | ||
| constover_runme.ss | ||
| contract_runme.ss | ||
| cpp_namespace_runme.ss | ||
| dynamic_cast_runme.ss | ||
| import_nomodule_runme.ss | ||
| imports_runme.ss | ||
| inherit_missing_runme.ss | ||
| list_vector_runme.ss | ||
| Makefile.in | ||
| multivalue_runme.ss | ||
| name_runme.ss | ||
| newobject2_runme.ss | ||
| overload_complicated_runme.ss | ||
| overload_copy_runme.ss | ||
| overload_extend_runme.ss | ||
| overload_simple_runme.ss | ||
| overload_subtype_runme.ss | ||
| pointer_in_out_runme.ss | ||
| README | ||
| reference_global_vars_runme.ss | ||
| typedef_inherit_runme.ss | ||
| typename_runme.ss | ||
| unions_runme.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!