1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Add random to list of test programs.

Originally committed as revision 14441 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-07-27 21:11:06 +00:00
parent cf160899dd
commit 58fe735631

View File

@ -39,7 +39,7 @@ HEADERS = adler32.h \
rational.h \ rational.h \
sha1.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 include $(SUBDIR)../subdir.mak