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 97ca87e8..8ce18a34 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7259,6 +7259,9 @@ elif 'browser' in str(sys.argv):
def test_cubegeom(self):
self.btest('cubegeom.c', expected='188641320')
+ def test_cubegeom_color(self):
+ self.btest('cubegeom_color.c', expected='588472350')
+
elif 'benchmark' in str(sys.argv):
# Benchmarks. Run them with argument |benchmark|. To run a specific test, do
# |benchmark.test_X|.