diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-03 17:59:10 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-03 17:59:10 +0000 |
commit | 93555ad5003582aa65f1c9d03b8f739e05ddaf60 (patch) | |
tree | d53dd577cdf140913c3b0e430ac7659cd3b5a246 | |
parent | f901d78e01771575a08226c63cff2dd9941f358c (diff) | |
download | ffmpeg-93555ad5003582aa65f1c9d03b8f739e05ddaf60.tar.gz |
Also remove cpuid_test on clean.
Originally committed as revision 6542 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 1b41ae91a3..083222160f 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -374,14 +374,14 @@ ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(LAVCVERSION) LIBMAJOR=$(LAVCMAJOR) endif -TESTS= imgresample-test dct-test motion-test fft-test +TESTS= cpuid_test imgresample-test dct-test motion-test fft-test include $(SRC_PATH)/common.mak amrlibs: $(MAKE) -C amr spclib fipoplib -tests: apiexample cpuid_test $(TESTS) +tests: apiexample $(TESTS) clean:: rm -f \ |