diff options
author | Brian Paul <[email protected]> | 2009-06-11 12:10:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-12 08:16:18 -0600 |
commit | 5379f35a15d5c13bb0dbdab3957ad527d666d97b (patch) | |
tree | 9e00b18c718756b7e48a517f5e1cd69001ea21ea /progs/tests/Makefile | |
parent | 509d9eb686411254b24139012b7594e10a760b6c (diff) |
tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs
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 5069817be3e..f3f1aea9442 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -17,6 +17,7 @@ SOURCES = \ arbfptest1.c \ arbfptexture.c \ arbfptrig.c \ + arbgpuprog.c \ arbnpot.c \ arbnpot-mipmap.c \ arbvptest1.c \ |