diff options
author | Michel Dänzer <[email protected]> | 2009-12-05 17:20:03 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2009-12-05 17:59:49 +0100 |
commit | d13c603e37bf7fb4c84b215775eb547761c1e2ec (patch) | |
tree | 0b5bfc29bd99125eea089cd6b474023ccb91b7e9 /progs/tests/Makefile | |
parent | 433f0a82f5a4696e6b0c4061f645485ec8079bb4 (diff) |
Add 'texture leak' 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 197e14d5b00..3e2541186b1 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -98,6 +98,7 @@ SOURCES = \ texdown \ texfilt.c \ texgenmix.c \ + texleak.c \ texline.c \ texobj.c \ texobjshare.c \ |