diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-08-15 16:44:32 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-08-15 16:44:32 +0000 |
commit | 5208d93a418c2d1f9db67e3760117ceb659b7f7c (patch) | |
tree | f29b67bf740ca31d2d29743ff16725730b84a08e /progs/tests/Makefile | |
parent | daea7176347f15f1c916c4a1131fce0bd1f062bc (diff) |
Add test for GL_EXT_gpu_program_parameters.
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 5f5453b86a..4eeb10c3b1 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -50,6 +50,7 @@ SOURCES = \ no_s3tc.c \ packedpixels.c \ pbo.c \ + prog_parameter.c \ projtex.c \ readrate.c \ seccolor.c \ |