diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-01-22 18:28:24 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-01-22 18:28:24 +0100 |
| commit | 4f30474183d3f191a5029f1fd08a1c6ddcf12817 (patch) | |
| tree | c8885cd1412ad4e64cff968174f7fa04e1654d4a /tests/test_android.sh | |
| parent | a682efd1741f691618edecd209d33b3532889611 (diff) | |
extend the android compile tests for sokol_audio.h aaudio vs sles
Diffstat (limited to 'tests/test_android.sh')
| -rwxr-xr-x | tests/test_android.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_android.sh b/tests/test_android.sh index fa695d11..88fb1c9d 100755 --- a/tests/test_android.sh +++ b/tests/test_android.sh @@ -4,3 +4,5 @@ source test_common.sh setup_android build android_debug android_debug build android_release android_release +build android_sles_debug android_sles_debug +build android_sles_release android_sles_release |