summaryrefslogtreecommitdiff
path: root/src/gallium/tests/unit/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/unit/SConscript')
-rw-r--r--src/gallium/tests/unit/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/unit/SConscript b/src/gallium/tests/unit/SConscript
index 0db3bb687c..364eb66207 100644
--- a/src/gallium/tests/unit/SConscript
+++ b/src/gallium/tests/unit/SConscript
@@ -5,6 +5,7 @@ env = env.Clone()
env.Prepend(LIBS = [gallium])
progs = [
+ 'pipe_barrier_test',
'u_format_test',
'u_half_test'
]