aboutsummaryrefslogtreecommitdiffstats
path: root/test/poly.tpr
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-19 19:44:30 +0000
committerDavid Robillard <d@drobilla.net>2009-06-19 19:44:30 +0000
commitda6589624965bf151504c79583dbaf86c9d1abc6 (patch)
tree6a52be003eb655d3f3e6d4c864a82ccd40ca4b79 /test/poly.tpr
parentb34e4277c0e3b3c2c7431101dc82161a39e1d361 (diff)
downloadresp-da6589624965bf151504c79583dbaf86c9d1abc6.tar.gz
resp-da6589624965bf151504c79583dbaf86c9d1abc6.tar.bz2
resp-da6589624965bf151504c79583dbaf86c9d1abc6.zip
Add quick kludgey test suite.
git-svn-id: http://svn.drobilla.net/resp/tuplr@127 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'test/poly.tpr')
-rw-r--r--test/poly.tpr6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/poly.tpr b/test/poly.tpr
new file mode 100644
index 0000000..33922e3
--- /dev/null
+++ b/test/poly.tpr
@@ -0,0 +1,6 @@
+(def eq (fn (x y) (= x y)))
+
+(eq 1 2)
+(eq 1 1)
+(eq 10.0 20.0)
+(eq 10.0 10.0)