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/SConscript | |
parent | e9df31fac95ccdd142e3bbce591fedff0da6caf9 (diff) |
progs/tests: new zbitmap.c test to exercize Z testing of glBitmap
Diffstat (limited to 'progs/tests/SConscript')
-rw-r--r-- | progs/tests/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript index 04e4bdf8c22..3580ba914db 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -118,6 +118,7 @@ progs = [ 'vpwarpmesh', 'yuvrect', 'yuvsquare', + 'zbitmap', 'zcomp', 'zdrawpix', 'zreaddraw', |