summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-03-18 13:29:03 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-03-18 13:30:34 +0100
commita528eb51ebf9aa9431d768627faad3cadaefae3c (patch)
treec16fce587e372833e39ea179c8456a3db840a3ca /progs/tests/Makefile
parentd405ba3151de9585a310b7e2ebcae09302c0dbe4 (diff)
progs/tests: Update mipmap_limits to show image and colors
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index eb6b6bd639..4d7cc88cc2 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -184,6 +184,11 @@ mipmap_view: mipmap_view.o readtex.o
mipmap_view.o: mipmap_view.c readtex.h
$(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
+mipmap_limits: mipmap_limits.o readtex.o
+ $(APP_CC) $(CFLAGS) mipmap_limits.o readtex.o $(LIBS) -o $@
+
+mipmap_limits.o: mipmap_limits.c readtex.h
+ $(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
fillrate: fillrate.o readtex.o
$(APP_CC) $(CFLAGS) fillrate.o readtex.o $(LIBS) -o $@