From 93555ad5003582aa65f1c9d03b8f739e05ddaf60 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Tue, 3 Oct 2006 17:59:10 +0000
Subject: [PATCH] Also remove cpuid_test on clean.

Originally committed as revision 6542 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1b41ae91a3a..083222160fb 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 \
-- 
GitLab