projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31bcb29
)
restore alphabetical order of TESTS
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 17 Aug 2008 16:58:47 +0000
(16:58 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/libavutil/Makefile
b/libavutil/Makefile
index 549badff465707d33629688b162230275858213b..f21bcda29ac706e51aa4115abecda2c62ab440e0 100644
(file)
--- 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