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

restore alphabetical order of TESTS

Originally committed as revision 14813 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-08-17 16:58:47 +00:00
parent 31bcb290cc
commit 8cb2db4edb

View File

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