summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-11-03 22:01:03 +0000
committerDiego Biurrun <diego@biurrun.de>2008-11-03 22:01:03 +0000
commitefa430faed784edee2bcb41321c9d09500d4b29d (patch)
tree0b88a2e632f0d9a890d5a362bb5c9f7d662fae64 /libswscale/Makefile
parent9f879620be67bd94778267ee21802ba1154e584f (diff)
Add tests target for libswscale test programs.
Originally committed as revision 27888 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index c42a6b7c9a..3203403b57 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -15,6 +15,8 @@ OBJS-$(ARCH_BFIN) += internal_bfin.o
HEADERS = swscale.h
+TESTS = cs_test swscale-example
+
CLEANFILES = cs_test swscale-example
include $(SUBDIR)../subdir.mak