From 31bcb290ccad934744f82f17767591a44bf39011 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 17 Aug 2008 16:44:13 +0000 Subject: [PATCH] Add PCA to TESTS. Originally committed as revision 14812 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index 5ece253791..549badff46 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -40,7 +40,7 @@ HEADERS = adler32.h \ rational.h \ sha1.h -TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 random sha1 softfloat tree) +TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 random sha1 softfloat tree pca) include $(SUBDIR)../subdir.mak