diff options
author | Vinson Lee <[email protected]> | 2010-04-14 18:06:54 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-14 18:06:54 -0700 |
commit | c8efed89ba740fe06a8207ae17520a4db38c96a7 (patch) | |
tree | c4fa3f6c27161419d3e263340751f6693efde327 /src/gallium/tests/unit/SConscript | |
parent | cb56b31f84d833551997a5eb792ea271d84746f8 (diff) |
gallium/tests: Add test case for pipe_barrier.
Diffstat (limited to 'src/gallium/tests/unit/SConscript')
-rw-r--r-- | src/gallium/tests/unit/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/unit/SConscript b/src/gallium/tests/unit/SConscript index 0db3bb687c6..364eb662077 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' ] |