aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 04856b8b..92430940 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -543,6 +543,11 @@ if 'benchmark' not in sys.argv:
'''
self.do_test(src, '*3.14,-3.14,inf,-inf*')
+ def test_math_hyperbolic(self):
+ src = open(path_from_root('tests', 'hyperbolic', 'src.c'), 'r').read()
+ expected = open(path_from_root('tests', 'hyperbolic', 'output.txt'), 'r').read()
+ self.do_test(src, expected)
+
def test_getgep(self):
# Generated code includes getelementptr (getelementptr, 0, 1), i.e., GEP as the first param to GEP
src = '''