|
|
@@ -19,14 +19,12 @@ project status
|
|
|
|
|
|
import testing ;
|
|
|
|
|
|
-alias test_exec_monitor : ../libs/test/build//boost_test_exec_monitor/<link>static ;
|
|
|
-alias unit_test_framework : ../libs/test/build//boost_unit_test_framework/<link>static ;
|
|
|
-
|
|
|
# Tests from Jamfiles in individual library test subdirectories
|
|
|
# Please keep these in alphabetic order by test-suite name
|
|
|
build-project ../libs/accumulators/test ; # test-suite accumulators
|
|
|
build-project ../libs/algorithm/minmax/test ; # test-suite algorith/minmax
|
|
|
build-project ../libs/algorithm/string/test ; # test-suite algorithm/string
|
|
|
+build-project ../libs/array/test ; # test-suite array
|
|
|
build-project ../libs/asio/test ; # test-suite asio
|
|
|
build-project ../libs/assign/test ; # test-suite assign
|
|
|
build-project ../libs/any/test ; # test-suite any
|
|
|
@@ -79,7 +77,6 @@ build-project ../libs/serialization/test ; # test-suite serialization
|
|
|
build-project ../libs/signals/test ; # test-suite signals
|
|
|
build-project ../libs/smart_ptr/test ; # test-suite smart_ptr
|
|
|
build-project ../libs/spirit/classic/test ; # test-suite classic spirit
|
|
|
-build-project ../libs/spirit/test ; # test-suite spirit_v2
|
|
|
build-project ../libs/statechart/test ; # test-suite statechart
|
|
|
build-project ../libs/static_assert ; # test-suite static_assert
|
|
|
build-project ../libs/system/test ; # test-suite system
|
|
|
@@ -99,6 +96,11 @@ build-project ../libs/xpressive/test ; # test-suite xpressive
|
|
|
|
|
|
# Tests specified in this Jamfile
|
|
|
|
|
|
+alias test_exec_monitor : ../libs/test/build//boost_test_exec_monitor/<link>static ;
|
|
|
+explicit test_exec_monitor ;
|
|
|
+alias unit_test_framework : ../libs/test/build//boost_unit_test_framework/<link>static ;
|
|
|
+explicit unit_test_framework ;
|
|
|
+
|
|
|
test-suite config
|
|
|
:
|
|
|
# FIXME: Ideally, this should be just an alias to 'main' test suite
|
|
|
@@ -140,15 +142,6 @@ build-project ../libs/xpressive/test ; # test-suite xpressive
|
|
|
[ compile-fail libs/config/test/threads/test_thread_fail2.cpp ]
|
|
|
;
|
|
|
|
|
|
- test-suite array_suite # !!!
|
|
|
- : [ 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 ]
|
|
|
- [ run libs/array/array5.cpp ]
|
|
|
- ;
|
|
|
-
|
|
|
run libs/crc/crc_test.cpp test_exec_monitor ;
|
|
|
|
|
|
run libs/functional/function_test.cpp ;
|
|
|
@@ -194,13 +187,3 @@ build-project ../libs/xpressive/test ; # test-suite xpressive
|
|
|
[ run libs/tokenizer/simple_example_4.cpp ]
|
|
|
[ run libs/tokenizer/simple_example_5.cpp ]
|
|
|
;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|