diff options
author | Carl Worth <[email protected]> | 2014-12-15 15:58:34 -0800 |
---|---|---|
committer | Carl Worth <[email protected]> | 2015-01-16 13:47:40 -0800 |
commit | 977ddecb69549c472233082095ba5a833b04291c (patch) | |
tree | ba24b1e21b6496309b0fa02ea0e6950427f73971 /src/glsl/tests/.gitignore | |
parent | ffcad3a54839bd6704b4cac5dfe9f52a4f299dae (diff) |
glsl: Add unit tests for blob.c
In addition to exercising all of the functions in blob.h, this
includes a stress test that forces some reallocing, and also tests to
verify the alignment and overrun-detection code in blob.c.
Diffstat (limited to 'src/glsl/tests/.gitignore')
-rw-r--r-- | src/glsl/tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/tests/.gitignore b/src/glsl/tests/.gitignore index 15ce248a274..13dcdc4ab73 100644 --- a/src/glsl/tests/.gitignore +++ b/src/glsl/tests/.gitignore @@ -1,3 +1,4 @@ +blob-test ralloc-test uniform-initializer-test sampler-types-test |