aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwafbin89530 -> 99685 bytes
-rw-r--r--wscript6
2 files changed, 3 insertions, 3 deletions
diff --git a/waf b/waf
index c97be3e..8364cb2 100755
--- a/waf
+++ b/waf
Binary files differ
diff --git a/wscript b/wscript
index 81f4604..6d950da 100644
--- a/wscript
+++ b/wscript
@@ -93,15 +93,15 @@ def test(ctx):
run_test('./test/deffn.scm', '3 : Int')
run_test('./test/inlinefn.scm', '2 : Int')
run_test('./test/nest.scm', '8 : Int')
-
+
# Basic data types
run_test('./test/string.scm', '"Hello, world!" : String')
run_test('./test/tup.scm', '5 : Int')
-
+
# Recursive arithmetic functions
run_test('./test/fac.scm', '720 : Int')
run_test('./test/ack.scm', '8189 : Int')
-
+
# Closures
run_test('./test/closure.scm', '6 : Int')
run_test('./test/noargs.scm', '6 : Int')