diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-04 17:11:39 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-04 17:11:39 -0700 |
commit | 12e45ea3243b1e734e01785109ec73e76f23965c (patch) | |
tree | 80dd2a9d48f1468b75d3a524c3525becf38d2d2b /tests/glbook/Makefile | |
parent | f4be2e8e34cf9394ecd5e7166a584b4224f77d6d (diff) |
add yet another working glbook testcase
Diffstat (limited to 'tests/glbook/Makefile')
-rw-r--r-- | tests/glbook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glbook/Makefile b/tests/glbook/Makefile index 77e83c2d..cd5f8aee 100644 --- a/tests/glbook/Makefile +++ b/tests/glbook/Makefile @@ -28,7 +28,7 @@ all: ./Chapter_2/Hello_Triangle/CH02_HelloTriangle.bc \ ./Chapter_9/MipMap2D/CH09_MipMap2D.bc \ ./Chapter_9/Simple_TextureCubemap/CH09_TextureCubemap.bc \ ./Chapter_9/TextureWrap/CH09_TextureWrap.bc \ -# ./Chapter_10/MultiTexture/CH10_MultiTexture.bc \ + ./Chapter_10/MultiTexture/CH10_MultiTexture.bc \ # ./Chapter_11/Multisample/CH11_Multisample.bc \ # ./Chapter_11/Stencil_Test/CH11_Stencil_Test.bc \ # ./Chapter_13/ParticleSystem/CH13_ParticleSystem.bc |