import source from 1.3.40
[external/swig.git] / Examples / test-suite / chicken / README
1 See ../README for common README file.
2
3 Any testcases which have _runme.ss appended after the testcase name will be detected and run.
4 NOTE: I had to use _runme.ss becuase otherwise it would be hard to implement make clean
5 Since when SWIG runs it generates an example.scm file for every test, to clean those files
6 I needed to add a rm -f *.scm to make clean.  But we don't want the runme scripts to
7 dissappear as well!
8
9 Any testcases which have _runme_proxy.ss appended after the testcase name will be detected
10 and run with the -proxy argument passed to SWIG.  SWIG will not be run with the -unhide-primitive
11 option, so the _runme_proxy.ss file must use only the tinyclos exported interface.