aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 557d1b4d..04b7798b 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7263,6 +7263,9 @@ elif 'browser' in str(sys.argv):
def test_cubegeom_color(self):
self.btest('cubegeom_color.c', expected='588472350')
+ def test_cubegeom_normal(self):
+ self.btest('cubegeom_normal.c', expected='752917084')
+
elif 'benchmark' in str(sys.argv):
# Benchmarks. Run them with argument |benchmark|. To run a specific test, do
# |benchmark.test_X|.