diff options
author | Brian Paul <[email protected]> | 2008-09-11 10:43:14 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-11 10:43:14 -0600 |
commit | 5c459b392562d98f98efefe64ee2f531235c2ad4 (patch) | |
tree | c08867a2402cb816a7a95129daf4ddc92ba60f29 /progs/tests/Makefile | |
parent | 1b5331d7ebcf7b1a1693972cf13407184cab1e48 (diff) |
simple quad drawing test
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 7e8c0c8e34d..3bead54e200 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -60,6 +60,7 @@ SOURCES = \ pbo.c \ prog_parameter.c \ projtex.c \ + quads.c \ random.c \ readrate.c \ seccolor.c \ |