From 58fe735631fbc4d14d3a18f3527b1585cb48c464 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 27 Jul 2008 21:11:06 +0000 Subject: [PATCH] Add random to list of test programs. Originally committed as revision 14441 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 c0dfa95f56..504f080430 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -39,7 +39,7 @@ HEADERS = adler32.h \ rational.h \ sha1.h -TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree) +TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 random sha1 softfloat tree) include $(SUBDIR)../subdir.mak