swig/Examples/test-suite/ocaml
Karl Wette d5b765d388 Whitespace cleanup of all Makefiles*
- some of the %.clean rules in the test-suite Makefiles were using a single tab
  as an empty rule, dangerous! I've replaced these with the safer '@exit 0'.
2014-05-02 20:06:11 +02:00
..
class_ignore_runme.ml
imports_runme.ml
makedebugtop Remove execute permissions from various non-executable files 2014-05-02 20:06:11 +02:00
Makefile.in Whitespace cleanup of all Makefiles* 2014-05-02 20:06:11 +02:00
minherit_runme.ml
name_runme.ml
newobject1_runme.ml
overload_copy_runme.ml
README
sneaky1_runme.ml
throw_exception_runme.ml
typedef_mptr_runme.ml
typename_runme.ml
unions_runme.ml
using_protected_runme.ml
varargs_runme.ml
voidtest_runme.ml

I stole most of these runme's from the ruby runme scripts, since the current
ocaml interface mirrors the ruby interface in many ways.