diff options
author | Brian <[email protected]> | 2007-11-09 17:02:12 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-11-09 17:02:51 -0700 |
commit | 578641941f45c56deb382317a7ff7cad496679cf (patch) | |
tree | c84083448a71dc5c933a24e6764cdd15881f6b1a /progs/tests/Makefile | |
parent | 9724dc1ac7ddd6f547a8aa6d57fa51ed1040db3a (diff) |
test that point/line/quad rendering hits the right pixels
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 454b0adf9c1..18b051a14c0 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -35,6 +35,7 @@ SOURCES = \ cva.c \ dinoshade.c \ drawbuffers.c \ + exactrast.c \ floattex.c \ fbotest1.c \ fbotest2.c \ |