diff options
author | Vinson Lee <[email protected]> | 2009-10-09 07:24:04 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-09 07:24:37 -0600 |
commit | 76d2ec3a0a047a65ffca70f53848241a3225dad3 (patch) | |
tree | 616091ad833a191a225515c607ce3ea0977f546b /progs | |
parent | f36123323c9d696fec6e54882242cab15247ab0d (diff) |
progs/tests: Add tests to Makefile.
Diffstat (limited to 'progs')
-rw-r--r-- | progs/tests/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 4d9b4e8388c..2b93aa5464f 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -25,6 +25,7 @@ SOURCES = \ arbvptorus.c \ arbvpwarpmesh.c \ arraytexture.c \ + auxbuffer.c \ blendminmax.c \ blendsquare.c \ blendxor.c \ @@ -40,6 +41,7 @@ SOURCES = \ cva.c \ drawbuffers.c \ exactrast.c \ + ext422square.c \ floattex.c \ fbotest1.c \ fbotest2.c \ @@ -65,6 +67,8 @@ SOURCES = \ mipmap_limits.c \ mipmap_view.c \ multipal.c \ + multitexarray.c \ + multiwindow.c \ no_s3tc.c \ packedpixels.c \ pbo.c \ @@ -87,10 +91,12 @@ SOURCES = \ subtex \ subtexrate.c \ tex1d.c \ + texcmp.c \ texcompress2.c \ texcompsub.c \ texdown \ texfilt.c \ + texgenmix.c \ texline.c \ texobj.c \ texobjshare.c \ @@ -100,6 +106,7 @@ SOURCES = \ vao-01.c \ vao-02.c \ vparray.c \ + vpeval.c \ vptest1.c \ vptest2.c \ vptest3.c \ |