OSDN Git Service

Added ASTL tests to the suite.
authorNicolas Catania <niko@google.com>
Mon, 15 Jun 2009 16:28:06 +0000 (09:28 -0700)
committerNicolas Catania <niko@google.com>
Mon, 15 Jun 2009 22:15:20 +0000 (15:15 -0700)
testrunner/test_defs.xml

index 49e4a65..43bbfdd 100644 (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"