aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-04-03 16:23:24 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-04-03 16:23:24 -0700
commit80ed60983b3f9b51bf6d6622e44b08b894e7fd9d (patch)
tree0a2a53abf91c4795b7d9b08337979e8a6b6e8f82 /tests/runner.py
parent9cc7f9fa7a110e6c53f7df7583b40087459d5877 (diff)
add another working glbook testcase
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 7c988841..03629b12 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -6880,7 +6880,8 @@ elif 'browser' in str(sys.argv):
programs = self.get_library('glbook', [
os.path.join('Chapter_2', 'Hello_Triangle', 'CH02_HelloTriangle.bc'),
os.path.join('Chapter_8', 'Simple_VertexShader', 'CH08_SimpleVertexShader.bc'),
- os.path.join('Chapter_9/Simple_Texture2D/CH09_SimpleTexture2D.bc'),
+ os.path.join('Chapter_9', 'Simple_Texture2D', 'CH09_SimpleTexture2D.bc'),
+ os.path.join('Chapter_9', 'Simple_TextureCubemap', 'CH09_TextureCubemap.bc'),
], configure=None)
for program in programs:
print program