diff options
author | Ian Romanick <[email protected]> | 2004-10-08 00:56:08 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-10-08 00:56:08 +0000 |
commit | af0a4690db6d7f30ecc87b72d447856cd8c0a929 (patch) | |
tree | 73e8afcb807bfde8d0986caa8efc3907f07f64ac /progs/tests/Makefile | |
parent | cb1642a75cc5fd795d43d15f79118162d922f429 (diff) |
Add simple test program for Mesa bug #1028405.
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 52b6b1e2a65..a826762e1cf 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -31,6 +31,7 @@ SOURCES = antialias.c \ getprocaddress.c \ manytex.c \ multipal.c \ + no_s3tc.c \ packedpixels.c \ pbo.c \ projtex.c \ |