summaryrefslogtreecommitdiff
path: root/test-chill/test_skew.py
diff options
context:
space:
mode:
authorDerick Huth <derickhuth@gmail.com>2015-09-24 12:11:49 -0600
committerDerick Huth <derickhuth@gmail.com>2015-09-24 12:11:49 -0600
commit0cff3f9a3c4ccd434900162ebef4bd814850f481 (patch)
treef8dcba88576ec95e403f0c14efd80e970f30a260 /test-chill/test_skew.py
parentf925ba20c06d619d8c5825d6d859a1d2185795ee (diff)
downloadchill-0cff3f9a3c4ccd434900162ebef4bd814850f481.tar.gz
chill-0cff3f9a3c4ccd434900162ebef4bd814850f481.tar.bz2
chill-0cff3f9a3c4ccd434900162ebef4bd814850f481.zip
v0.2.1
Diffstat (limited to 'test-chill/test_skew.py')
-rw-r--r--test-chill/test_skew.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/test-chill/test_skew.py b/test-chill/test_skew.py
new file mode 100644
index 0000000..c7271f4
--- /dev/null
+++ b/test-chill/test_skew.py
@@ -0,0 +1,12 @@
+from chill import *
+
+source('mm.c')
+procedure('mm')
+#format: rose
+loop(0)
+
+known('ambn > 0')
+known('an > 0')
+known('bm > 0')
+skew([1],1,[4])
+print_code()