فهرست منبع

Add more array tests

[SVN r14945]
Beman Dawes 24 سال پیش
والد
کامیت
35833570ec
1فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 7 1
      status/Jamfile

+ 7 - 1
status/Jamfile

@@ -45,7 +45,13 @@ include testing.jam ;
 
     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
         : [ compile libs/concept_check/concept_check_test.cpp ]

粤ICP备19079148号