Browse code

avutil: Add missing test programs to Makefile.

Diego Biurrun authored on 2011/06/27 07:46:29
Showing 1 changed files
... ...
@@ -75,7 +75,8 @@ OBJS-$(ARCH_ARM) += arm/cpu.o
75 75
 OBJS-$(ARCH_PPC) += ppc/cpu.o
76 76
 OBJS-$(ARCH_X86) += x86/cpu.o
77 77
 
78
-TESTPROGS = adler32 aes base64 cpu crc des eval lls md5 sha tree
78
+TESTPROGS = adler32 aes avstring base64 cpu crc des eval file lfg lls \
79
+            md5 opt parseutils rational sha tree
79 80
 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
80 81
 
81 82
 DIRS = arm bfin sh4 x86