mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-05-31 01:00:53 +00:00
minor fixes during Android testing
This commit is contained in:
parent
e36d1438df
commit
0ef0c703b6
3 changed files with 6 additions and 5 deletions
|
@ -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/"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue