fix testsuite problems

This commit is contained in:
josch
2014-11-05 13:21:51 +01:00
parent f281b4233d
commit 254aaa6033
3 changed files with 10 additions and 6 deletions

View File

@@ -13,8 +13,12 @@ case $# in
;;
esac
find "$source_dir" -name "*.c" -o -name "*.h" \! -path "$source_dir/3rdparty/*" | while read f; do
source_dir=`readlink -f "$source_dir"`
find "$source_dir" -name "*.c" -o -name "*.h" | while read f; do
case $f in
${source_dir}/3rdparty/*)
;;
${source_dir}/*/CMakeFiles/*)
;;
${source_dir}/CMakeFiles/*)