Browse Source

Add random to list of test programs.

Originally committed as revision 14441 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun 16 years ago
parent
commit
58fe735631
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavutil/Makefile

+ 1 - 1
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