mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
41 lines
749 B
Plaintext
41 lines
749 B
Plaintext
subproject libs/dynamic_bitset ;
|
|
|
|
unit-test dyn_bitset_unit_tests1
|
|
: dyn_bitset_unit_tests1.cpp
|
|
<lib>../test/build/test_exec_monitor
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|
|
unit-test dyn_bitset_unit_tests2
|
|
: dyn_bitset_unit_tests2.cpp
|
|
<lib>../test/build/test_exec_monitor
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|
|
unit-test dyn_bitset_unit_tests3
|
|
: dyn_bitset_unit_tests3.cpp
|
|
<lib>../test/build/test_exec_monitor
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|
|
exe timing_tests
|
|
: timing_tests.cpp
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|
|
exe example1
|
|
: example1.cpp
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|
|
exe example2
|
|
: example2.cpp
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|
|
exe example3
|
|
: example3.cpp
|
|
: <include>$(BOOST_ROOT)
|
|
;
|
|
|