Merge pull request #84 from alonbl/tests

tests: minor cleanups
pull/92/head
William Pitcock 2015-11-01 11:58:05 -05:00
commit b3737a713b
1 changed files with 2 additions and 2 deletions

View File

@ -34,14 +34,14 @@ run_test() {
done
if [ ${t_ret} -eq 0 ]; then
echo -n "."
printf "."
else
failed=$(( failed + 1 ))
fi
done=$(( done + 1 ))
}
selfdir=@abs_srcdir@
selfdir="@abs_srcdir@"
PATH_SEP=":"
SYSROOT_DIR="${selfdir}/test"