glsl: Add unit tests for blob.c
authorCarl Worth <cworth@cworth.org>
Mon, 15 Dec 2014 23:58:34 +0000 (15:58 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 16 Jan 2015 21:47:40 +0000 (13:47 -0800)
commit977ddecb69549c472233082095ba5a833b04291c
treeba24b1e21b6496309b0fa02ea0e6950427f73971
parentffcad3a54839bd6704b4cac5dfe9f52a4f299dae
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.
src/glsl/Makefile.am
src/glsl/tests/.gitignore
src/glsl/tests/blob_test.c [new file with mode: 0644]