diff options
author | Bruce Merry <[email protected]> | 2007-12-21 15:23:39 +0200 |
---|---|---|
committer | Brian <[email protected]> | 2008-01-01 09:58:15 -0700 |
commit | 239be839be3348f7fb4c069a49e43fe0faae038b (patch) | |
tree | bcc434b803d2e9bc3c6787deab051706bbbf8491 /progs/tests/Makefile | |
parent | 89b80327ae9d74729f7eb57f338f6b20837ceb05 (diff) |
Add a test program to test for assorted bugs in shader_api.c
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 51bb9d53a3e..2039af5e697 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -59,6 +59,7 @@ SOURCES = \ random.c \ readrate.c \ seccolor.c \ + shader_api.c \ sharedtex.c \ stencil_twoside.c \ stencilwrap.c \ |