summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-08-17 16:58:47 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-08-17 16:58:47 +0000
commit8cb2db4edbe6a17703d491cada82f98114d88a8a (patch)
tree89f7a3559d1a18fbabbfb83fe15094a1029590ff /libavutil/Makefile
parent31bcb290ccad934744f82f17767591a44bf39011 (diff)
restore alphabetical order of TESTS
Originally committed as revision 14813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 549badff46..f21bcda29a 100644
--- a/libavutil/Makefile
+++ b/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