Added 'make test' and some test scripts which exercise parts of the
authorrich <rich>
Fri, 28 Jan 2005 23:09:30 +0000 (23:09 +0000)
committerrich <rich>
Fri, 28 Jan 2005 23:09:30 +0000 (23:09 +0000)
commit186f65548798769d55c2581b55b41ce1bbd6fe90
treea90d6904c5eb0569f052874b70ea07ad9be1a59d
parent1d62ba2ebf84edc73b5be85ec64c921b4f00153d
Added 'make test' and some test scripts which exercise parts of the
code.

Enabled refcounting by default, and fixed many refcounting bugs.  It
should use a lot less memory now.

Added address_of_[sah]v to get the address of those things for
debugging.
17 files changed:
Makefile
Makefile.config
README
examples/.cvsignore
perl.ml
perl.mli
perl_c.c
test/.cvsignore [new file with mode: 0644]
test/001-start.ml [new file with mode: 0644]
test/010-load.ml [new file with mode: 0644]
test/020-eval.ml [new file with mode: 0644]
test/030-call-method.ml [new file with mode: 0644]
test/030-call.ml [new file with mode: 0644]
test/100-sv.ml [new file with mode: 0644]
test/110-av.ml [new file with mode: 0644]
test/120-hv.ml [new file with mode: 0644]
test/140-ref.ml [new file with mode: 0644]