summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-05-20 09:54:58 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-05-20 09:54:58 +0000
commit27358a24a0113a62492923abe35e8660ed7335ef (patch)
tree474f45986d53e0829312ac99db7dc78634d4a84d /progs/tests/Makefile
parenteea72ff722975d91bc2293a403bb43d69e5858d0 (diff)
move LoadYUVImage into readtex.c
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index eb087813e0..1ab2df91c8 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -28,7 +28,9 @@ PROGS = antialias \
vptest2 \
vptest3 \
vptorus \
- vpwarpmesh
+ vpwarpmesh \
+ yuvrect \
+ yuvsquare
##### RULES #####