diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-11-19 22:24:13 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-11-19 22:24:13 +0100 |
| commit | 5e75941b8db1c9ce05c659df8e8980c261e6ff0e (patch) | |
| tree | 8cd20013dcf88ea8ead117660c80bc8be8b0c9ed /tests/test_android.sh | |
| parent | 4696f892b14bdd57c561a77e2c1875e7ed6e75f1 (diff) | |
fix android tests source path
Diffstat (limited to 'tests/test_android.sh')
| -rwxr-xr-x | tests/test_android.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_android.sh b/tests/test_android.sh index fa695d11..b4cb0664 100755 --- a/tests/test_android.sh +++ b/tests/test_android.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -e -source test_common.sh +source tests/test_common.sh setup_android build android_debug android_debug build android_release android_release |