summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-06 19:44:29 +0100
committerMans Rullgard <mans@mansr.com>2011-06-22 22:53:07 +0100
commit698a183e30a5803537ded99e4b7aee640373575c (patch)
treed9e9bb190835b2cec0da6da397966d38c78a925e /configure
parent684f4abfac6e007d3481e06e1c0777b826e3ba42 (diff)
build: move test rules to tests/Makefile
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b26394ec29..d9a768e4d8 100755
--- a/configure
+++ b/configure
@@ -3231,6 +3231,7 @@ if enabled source_path_used; then
libavutil/Makefile
libpostproc/Makefile
libswscale/Makefile
+ tests/Makefile
"
map 'mkdir -p $v' $DIRS;
map 'test -f "$source_path/$v" && $ln_s "$source_path/$v" $v' $FILES