summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------libs/array0
-rw-r--r--status/Jamfile3
-rw-r--r--status/Jamfile.v23
3 files changed, 4 insertions, 2 deletions
diff --git a/libs/array b/libs/array
-Subproject 1f8298fb087b4c07efce300c489d7b08f6751e7
+Subproject 276cd991f3e0e12442f12b7f249b02272f41973
diff --git a/status/Jamfile b/status/Jamfile
index ef1f27d77f..bcd9d667ce 100644
--- a/status/Jamfile
+++ b/status/Jamfile
@@ -102,7 +102,8 @@ subinclude libs/xpressive/test ; # test-suite xpressive
;
test-suite array
- : [ run libs/array/array1.cpp ]
+ : [ run libs/array/array0.cpp ]
+ [ run libs/array/array1.cpp ]
[ run libs/array/array2.cpp ]
[ run libs/array/array3.cpp ]
[ run libs/array/array4.cpp ]
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 651dd56691..df81ca6c7c 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -113,7 +113,8 @@ build-project ../libs/xpressive/test ; # test-suite xpressive
;
test-suite array_suite # !!!
- : [ run libs/array/array1.cpp ]
+ : [ run libs/array/array0.cpp ]
+ [ run libs/array/array1.cpp ]
[ run libs/array/array2.cpp ]
[ run libs/array/array3.cpp ]
[ run libs/array/array4.cpp ]