diff options
author | Brian Paul <[email protected]> | 2009-12-30 21:41:37 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-31 08:49:27 -0700 |
commit | 08d145e1d7479aab125013d6852968fa09ad6fb3 (patch) | |
tree | 1febbe35785964dfe1be6b7192a98dbc377699bb /progs/tests/Makefile | |
parent | aa491c19b9a5de350834b5f416e69e1e0a67a194 (diff) |
progs/tests: added conditional rendering test program
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 3e2541186b1..6f5df2e81ed 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -37,6 +37,7 @@ SOURCES = \ bug_3195.c \ bug_texstore_i8.c \ calibrate_rast.c \ + condrender.c \ copypixrate.c \ crossbar.c \ cva.c \ |