diff options
author | Ian Romanick <[email protected]> | 2005-11-14 23:31:05 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-11-14 23:31:05 +0000 |
commit | e5700a1ba3e4fc91c253994818962c31b7259a1f (patch) | |
tree | 6cb37dbd206cf586db38ddb0e3a985611a4ad8cb /progs/tests/Makefile | |
parent | cb6b47b795e3865690defc809416e5b5b95f226a (diff) |
Simple test of glInterleavedArrays functionality.
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 3143b2a6c23..76cd5e27dae 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -35,6 +35,7 @@ SOURCES = antialias.c \ fptest1.c \ fptexture.c \ getprocaddress.c \ + interleave.c \ invert.c \ manytex.c \ multipal.c \ |