summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/all.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 2fee30fb2..30bfb2818 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -891,6 +891,10 @@ ext_fog_coord = Group()
spec['EXT_fog_coord'] = ext_fog_coord
add_plain_test(ext_fog_coord, 'ext_fog_coord-modes')
+nv_texture_barrier = Group()
+spec['NV_texture_barrier'] = nv_texture_barrier
+add_plain_test(nv_texture_barrier, 'blending-in-shader')
+
# group glslparsertest ------------------------------------------------------
glslparsertest = Group()
# Add all shader source files in the directories below.