summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-27 23:28:56 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-27 23:28:56 +0000
commitbca9e0bcf17693f77d9e661e2e63baf2722797bc (patch)
tree3a4810f2c0e84881fcea9341ef7122b9ea786683 /libavcodec
parentfe34942e922aa9574ea7cc139b32a7e076fd7607 (diff)
Move common test program infrastructure to common.mak.
Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 67a5c6ae05..dd3202dd94 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -472,17 +472,10 @@ clean::
ps2/*.o ps2/*~ \
sh4/*.o sh4/*~ \
sparc/*.o sparc/*~ \
- apiexample$(EXESUF) $(TESTS)
-
-tests: apiexample$(EXESUF) $(TESTS)
+ apiexample$(EXESUF)
cpuid-test$(EXESUF): i386/cputest.c
apiexample$(EXESUF): apiexample.o $(LIBNAME)
dct-test$(EXESUF): dct-test.o fdctref.o $(LIBNAME)
fft-test$(EXESUF): fft-test.o $(LIBNAME)
motion-test$(EXESUF): motion-test.o $(LIBNAME)
-
-%-test$(EXESUF): %.c $(LIBNAME)
- $(CC) $(CFLAGS) $(LDFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
-
-.PHONY: tests