Explorar o código

Add more array tests

[SVN r14945]
Beman Dawes %!s(int64=24) %!d(string=hai) anos
pai
achega
35833570ec
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      status/Jamfile

+ 7 - 1
status/Jamfile

@@ -45,7 +45,13 @@ include testing.jam ;
 
 
     run libs/any/any_test.cpp ;
     run libs/any/any_test.cpp ;
 
 
-    run libs/array/array1.cpp ;
+    test-suite array
+        : [ run libs/array/array1.cpp ]
+          [ run libs/array/array2.cpp ]
+          [ run libs/array/array3.cpp ]
+          [ run libs/array/array4.cpp ]
+          [ run libs/array/array5.cpp ]
+        ;
 
 
     test-suite concept_check
     test-suite concept_check
         : [ compile libs/concept_check/concept_check_test.cpp ]
         : [ compile libs/concept_check/concept_check_test.cpp ]

粤ICP备19079148号