diff options
author | Brian Paul <[email protected]> | 2010-02-04 16:43:08 -0700 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-02-09 15:32:47 +0100 |
commit | 86921aaf3ff96fd4828964e37bd66cf2ea8035b1 (patch) | |
tree | 41400b9282bd081935994af55c253e22038f544c /progs/tests/Makefile | |
parent | ae4dde6598eacb64bf865037bdaea2041499aa27 (diff) |
progs/tests: new test program for exercising cylindrical tex wrap mode
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 a38f411def8..d33415ab052 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -41,6 +41,7 @@ SOURCES = \ copypixrate.c \ crossbar.c \ cva.c \ + cylwrap.c \ drawbuffers.c \ drawbuffers2.c \ exactrast.c \ |