Browse Source

restore alphabetical order of TESTS

Originally committed as revision 14813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer 16 years ago
parent
commit
8cb2db4edb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavutil/Makefile

+ 1 - 1
libavutil/Makefile

@@ -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