progs/tests: Add tests to Makefile.
authorVinson Lee <vlee@vmware.com>
Fri, 9 Oct 2009 13:24:04 +0000 (07:24 -0600)
committerVinson Lee <vlee@vmware.com>
Sun, 6 Dec 2009 05:20:54 +0000 (21:20 -0800)
(cherry picked from commit 76d2ec3a0a047a65ffca70f53848241a3225dad3)

progs/tests/Makefile

index 8c310df095407c05a517ae00a8c24b26c1965cff..197e14d5b00a0cc1f7425f57a769d28c7166b9a6 100644 (file)
@@ -25,6 +25,7 @@ SOURCES = \
        arbvptorus.c \
        arbvpwarpmesh.c \
        arraytexture.c \
+       auxbuffer.c \
        blendminmax.c \
        blendsquare.c \
        blendxor.c \
@@ -41,6 +42,7 @@ SOURCES = \
        cva.c \
        drawbuffers.c \
        exactrast.c \
+       ext422square.c \
        floattex.c \
        fbotest1.c \
        fbotest2.c \
@@ -66,6 +68,8 @@ SOURCES = \
        mipmap_limits.c \
        mipmap_view.c \
        multipal.c \
+       multitexarray.c \
+       multiwindow.c \
        no_s3tc.c \
        packedpixels.c \
        pbo.c \
@@ -88,10 +92,12 @@ SOURCES = \
        subtex \
        subtexrate.c \
        tex1d.c \
+       texcmp.c \
        texcompress2.c \
        texcompsub.c \
        texdown \
        texfilt.c \
+       texgenmix.c \
        texline.c \
        texobj.c \
        texobjshare.c \
@@ -101,6 +107,7 @@ SOURCES = \
        vao-01.c \
        vao-02.c \
        vparray.c \
+       vpeval.c \
        vptest1.c \
        vptest2.c \
        vptest3.c \