diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-22 23:13:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-22 23:13:21 +0000 |
commit | 661ce2899608ab7d67a524e2df23d63efa660c20 (patch) | |
tree | bf90aacf9acc76aed8d09a84b9f5166ac10baf1d /libavutil | |
parent | f1c5438fbbeba03c09cd45100f79b10ecc4d6533 (diff) | |
download | ffmpeg-661ce2899608ab7d67a524e2df23d63efa660c20.tar.gz |
Rename 'tests' target to 'testprogs'. It is too easily confused with the
'test' target and a directory named tests exists.
Originally committed as revision 18165 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 2ea95e76cb..aa54c9383d 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -41,7 +41,7 @@ OBJS = adler32.o \ tree.o \ utils.o \ -TESTS = $(addsuffix -test$(EXESUF), adler32 aes base64 crc des lls md5 pca sha1 softfloat tree) +TESTPROGS = $(addsuffix -test$(EXESUF), adler32 aes base64 crc des lls md5 pca sha1 softfloat tree) DIRS = arm bfin sh4 x86 |