bionic: Add tests for cpu target features
This adds actual tests to verify we are enabling basic
These tests are intended to be expanded as we require
stricter target features.
These tests depend on the existence of the cpu-target-features
executable on the test DUTs.
Bug: 354747380
Test: Presubmits pass
Change-Id: If2d0a9db04e112874cb65b5d4cfd48c9ee2efa4b
diff --git a/tests/Android.bp b/tests/Android.bp
index deb2843..875efd6 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -389,6 +389,7 @@
"bug_26110743_test.cpp",
"byteswap_test.cpp",
"complex_test.cpp",
+ "cpu_target_features_test.cpp",
"ctype_test.cpp",
"dirent_test.cpp",
"elf_test.cpp",