Mercurial > libavutil.hg
changeset 559:8f2543157b75 libavutil
Add PCA to TESTS.
author | michael |
---|---|
date | Sun, 17 Aug 2008 16:44:13 +0000 |
parents | 9889c1cbf9e1 |
children | bfda08477f66 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Aug 17 15:53:12 2008 +0000 +++ b/Makefile Sun Aug 17 16:44:13 2008 +0000 @@ -40,7 +40,7 @@ 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