restore alphabetical order of TESTS
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Aug 2008 16:58:47 +0000 (16:58 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Aug 2008 16:58:47 +0000 (16:58 +0000)
Originally committed as revision 14813 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/Makefile

index 549badff465707d33629688b162230275858213b..f21bcda29ac706e51aa4115abecda2c62ab440e0 100644 (file)
@@ -40,7 +40,7 @@ HEADERS = adler32.h \
           rational.h \
           sha1.h
 
-TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 random sha1 softfloat tree pca)
+TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree)
 
 include $(SUBDIR)../subdir.mak