Also remove cpuid_test on clean.

Originally committed as revision 6542 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-10-03 17:59:10 +00:00
parent f901d78e01
commit 93555ad500
1 changed files with 2 additions and 2 deletions

View File

@ -374,14 +374,14 @@ ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(LAVCVERSION) LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR) LIBMAJOR=$(LAVCMAJOR)
endif 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 include $(SRC_PATH)/common.mak
amrlibs: amrlibs:
$(MAKE) -C amr spclib fipoplib $(MAKE) -C amr spclib fipoplib
tests: apiexample cpuid_test $(TESTS) tests: apiexample $(TESTS)
clean:: clean::
rm -f \ rm -f \