aboutsummaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-09 17:58:43 +0000
committerDavid Robillard <d@drobilla.net>2010-12-09 17:58:43 +0000
commitacf13b1df559c6187d270ef7e31890201c191b12 (patch)
tree4a3d07f257efac1cd5ef51b21af2e55d4fd798b5 /test.sh
parentd92de14f7d8354004edb14ed5658d5f434ce1e31 (diff)
downloadresp-acf13b1df559c6187d270ef7e31890201c191b12.tar.gz
resp-acf13b1df559c6187d270ef7e31890201c191b12.tar.bz2
resp-acf13b1df559c6187d270ef7e31890201c191b12.zip
Add let form.
git-svn-id: http://svn.drobilla.net/resp/resp@328 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index c307cc3..09432a7 100755
--- a/test.sh
+++ b/test.sh
@@ -22,6 +22,7 @@ run './test/inlinefn.resp' '2 : Int'
run './test/nest.resp' '8 : Int'
run './test/tup.resp' '5 : Int'
run './test/string.resp' '"Hello, world!" : String'
+run './test/let.resp' '5 : Int'
run './test/match.resp' '"Hello, rectangle!" : String'
#run './test/poly.resp' '#t : Bool'