build: move test rules to tests/Makefile

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard
2011-06-06 19:44:29 +01:00
parent 684f4abfac
commit 698a183e30
3 changed files with 125 additions and 120 deletions

1
configure vendored
View File

@ -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