~ chicken-core (chicken-5) f0b83b645054379262c6db11bcf0589a770064ef
commit f0b83b645054379262c6db11bcf0589a770064ef Merge: 660be1ff 274708ad Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Sep 24 23:04:40 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Fri Sep 24 23:04:40 2010 +0200 merged overflow-detection and resolved conflicts diff --cc tests/runtests.sh index 988f17a5,9ee391d5..243a421a --- a/tests/runtests.sh +++ b/tests/runtests.sh @@@ -104,11 -104,9 +104,14 @@@ diff -bu dwindtst.expected dwindtst.ou echo "*** Skipping \"feeley-dynwind\" for now ***" # $interpret -s feeley-dynwind.scm +echo "======================================== lolevel tests ..." +$interpret -s lolevel-tests.scm +$compile lolevel-tests.scm +./a.out + + echo "======================================== arithmetic tests ..." + $interpret -D check -s arithmetic-test.scm + echo "======================================== syntax tests ..." $interpret -s syntax-tests.scmTrap