From 549e042e678e0909c1a79325fb406fb0081ccac7 Mon Sep 17 00:00:00 2001 From: KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com> Date: Wed, 14 Feb 2024 05:14:01 -0300 Subject: [CI] Add Android Tests (#1263) * [CI] Add Android Tests * Remove a Build of Box64 that I placed and forgot to remove before * Fix some tests checking * Disable Test07 and Test17 for now * Comment set_tests_proprieties (I have forgotten) * Add mmx test and benchfloat for Android * Fix build for Clang-17 on non-Termux * Update NDK to 26b and add Termux Build/Testing * Revert to NDK 25b, something is wrong * Add -DTERMUX=1 to Termux Build * Add LD_LIBRARY_PATH for Termux Testing * Set LD_LIBRARY_PATH on QEMU_SET_ENV * Move data folder to current dir before testing on Termux * Copy Termux Data Libs for /data * Try to set QEMU_SET_ENV on GITHUB_ENV --------- Co-authored-by: Pablo Carlos --- tests/benchfloat_android | Bin 0 -> 15248 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 tests/benchfloat_android (limited to 'tests/benchfloat_android') diff --git a/tests/benchfloat_android b/tests/benchfloat_android new file mode 100755 index 00000000..97a12ac4 Binary files /dev/null and b/tests/benchfloat_android differ -- cgit 1.4.1