Commit 93555ad5 authored by Diego Biurrun's avatar Diego Biurrun

Also remove cpuid_test on clean.

Originally committed as revision 6542 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f901d78e
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment