|
|
@@ -9,6 +9,7 @@ subproject status ;
|
|
|
# bring in the rules for testing
|
|
|
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
|
|
include testing.jam ;
|
|
|
+include testsuites.jam ;
|
|
|
|
|
|
# Note that the Compiler Status Report HTML generator scans
|
|
|
# these rule invocations to find test type (compile, run, etc.)
|
|
|
@@ -479,28 +480,6 @@ include testing.jam ;
|
|
|
|
|
|
}
|
|
|
|
|
|
- test-suite signals
|
|
|
- : [ run libs/signals/test/dead_slot_test.cpp
|
|
|
- <lib>../libs/test/build/boost_test_exec_monitor
|
|
|
- <lib>../libs/signals/build/boost_signals ]
|
|
|
- [ run libs/signals/test/deletion_test.cpp
|
|
|
- <lib>../libs/test/build/boost_test_exec_monitor
|
|
|
- <lib>../libs/signals/build/boost_signals ]
|
|
|
- [ run libs/signals/test/ordering_test.cpp
|
|
|
- <lib>../libs/test/build/boost_test_exec_monitor
|
|
|
- <lib>../libs/signals/build/boost_signals ]
|
|
|
- [ run libs/signals/test/signal_n_test.cpp
|
|
|
- <lib>../libs/test/build/boost_test_exec_monitor
|
|
|
- <lib>../libs/signals/build/boost_signals ]
|
|
|
- [ run libs/signals/test/signal_test.cpp
|
|
|
- <lib>../libs/test/build/boost_test_exec_monitor
|
|
|
- <lib>../libs/signals/build/boost_signals ]
|
|
|
- [ run libs/signals/test/trackable_test.cpp
|
|
|
- <lib>../libs/test/build/boost_test_exec_monitor
|
|
|
- <lib>../libs/signals/build/boost_signals ]
|
|
|
- ;
|
|
|
-
|
|
|
-
|
|
|
test-suite smart_ptr
|
|
|
: [ run libs/smart_ptr/smart_ptr_test.cpp ]
|
|
|
[ run libs/smart_ptr/shared_ptr_basic_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
|