Home | History | Annotate | Download | only in tests

Lines Matching refs:tests

50 # Unit tests.
93 fortify1-tests-gcc fortify2-tests-gcc fortify1-tests-clang fortify2-tests-clang
96 LOCAL_MODULE := bionic-unit-tests-unwind-test-impl
102 LOCAL_MODULE := bionic-unit-tests-unwind-test-impl-host
107 # Build tests for the device (with bionic's .so). Run with:
108 # adb shell /data/nativetest/bionic-unit-tests/bionic-unit-tests
110 LOCAL_MODULE := bionic-unit-tests
117 LOCAL_STATIC_LIBRARIES += bionic-unit-tests-unwind-test-impl
120 # Build tests for the device (with bionic's .a). Run with:
121 # adb shell /data/nativetest/bionic-unit-tests-static/bionic-unit-tests-static
123 LOCAL_MODULE := bionic-unit-tests-static
131 # We build the static unit tests as a library so they can be used both for
132 # bionic-unit-tests-static and also as part of CTS.
151 bionic-unit-tests-unwind-test-impl \
156 # Test library for the unit tests.
171 # Unit tests built against glibc.
174 # Build tests for the host (with glibc).
177 # implementation for testing the tests themselves.
180 LOCAL_MODULE := bionic-unit-tests-glibc
186 LOCAL_STATIC_LIBRARIES += bionic-unit-tests-unwind-test-impl-host
191 # FORTIFY_SOURCE tests
209 LOCAL_MODULE := fortify1-tests-gcc
217 LOCAL_MODULE := fortify2-tests-gcc
225 LOCAL_MODULE := fortify1-tests-clang
234 LOCAL_MODULE := fortify2-tests-clang