Skip to content

Commit

Permalink
Add <threading>multi to test_time_generator_v1_3, test_time_generator…
Browse files Browse the repository at this point in the history
…_v6_3
  • Loading branch information
pdimov committed Aug 23, 2024
1 parent ea58df8 commit a974565
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ run test_time_generator_v1_2.cpp
<toolset>gcc-4.8,<address-model>32:<build>no ;

run test_time_generator_v1_3.cpp
: : : <toolset>gcc:<library>atomic <toolset>clang-linux:<library>atomic
: : : <threading>multi
<toolset>gcc:<library>atomic <toolset>clang-linux:<library>atomic
<toolset>gcc-4.8,<address-model>32:<build>no ;

run test_time_generator_v6.cpp
Expand All @@ -138,7 +139,8 @@ run test_time_generator_v6_2.cpp
<toolset>gcc-4.8,<address-model>32:<build>no ;

run test_time_generator_v6_3.cpp
: : : <toolset>gcc:<library>atomic <toolset>clang-linux:<library>atomic
: : : <threading>multi
<toolset>gcc:<library>atomic <toolset>clang-linux:<library>atomic
<toolset>gcc-4.8,<address-model>32:<build>no ;

run test_time_generator_v7.cpp ;
Expand Down

0 comments on commit a974565

Please sign in to comment.