Added ASTL tests to the suite.

This commit is contained in:
Nicolas Catania
2009-06-15 09:28:06 -07:00
parent 70337978d5
commit 18d7a4e3bc

View File

@@ -478,11 +478,19 @@ Native tests:
-->
<!-- native tests -->
<!-- Bionic C++ -->
<test-native name="libstdcpp"
build_path="system/extras/tests/bionic/libstdc++"
description="Bionic libstdc++."
extra_make_args="BIONIC_TESTS=1" />
<!-- Android STL tests -->
<test-native name="astl"
build_path="external/astl/tests"
description="Android STL."
extra_make_args="ASTL_TESTS=1" />
<!-- pending patch 820
<test-native name="gtest"
build_path="external/gtest"