minor fixes during Android testing

This commit is contained in:
derselbst 2021-06-13 13:14:50 +02:00
parent e36d1438df
commit 0ef0c703b6
3 changed files with 6 additions and 5 deletions

View file

@ -13,6 +13,7 @@ DISABLED_TESTS=(\
)
rm -f test-names.txt
mkdir -p app/src/main/cpp/tests/
for f in `grep -lR "int main(void)" ../test/ | sort` ; do
export TESTMAINNAME=`echo $f | sed -e "s/\.\.\/test\/test_\(.*\).c$/\1/"`