diff options
author | Brian Paul <[email protected]> | 2010-02-19 11:12:20 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-19 11:12:20 -0700 |
commit | 3ef51b4bd98648f3141b3c6978db312f2f6c782e (patch) | |
tree | dd74a469659063ddf2db292e83ffda26d2bf7bc0 /progs/tests/Makefile | |
parent | e9df31fac95ccdd142e3bbce591fedff0da6caf9 (diff) |
progs/tests: new zbitmap.c test to exercize Z testing of glBitmap
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 d33415ab052..6c78abcf5e0 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -120,6 +120,7 @@ SOURCES = \ vpwarpmesh.c \ yuvrect.c \ yuvsquare.c \ + zbitmap.c \ zcomp.c \ zdrawpix.c \ zreaddraw.c |