diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2c7a1d8b..ecec7bc1 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -26,7 +26,7 @@ if ! $(BOOST_ARCHIVE_LIST) { rule run-template ( test-name : sources * : requirements * ) { return [ run - ../../test/build//boost_test_exec_monitor + ../../test/build//boost_test_exec_monitor/static $(sources) : # command : # input files @@ -257,6 +257,7 @@ test-suite "serialization" : [ test-bsl-run_files test_split ] [ test-bsl-run_files test_tracking ] [ test-bsl-run_files test_unregistered ] + [ test-bsl-run_files test_valarray ] [ test-bsl-run_files test_variant ] [ test-bsl-run_files test_vector ] [ test-bsl-run_files test_optional ]