Skip to content

Commit

Permalink
Run test_uuid.cpp with -DBOOST_UUID_NO_SIMD as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Apr 21, 2024
1 parent d1e2666 commit d25e57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ run test_include1.cpp test_include2.cpp ;
# main test

run test_uuid.cpp ;
run test_uuid.cpp : : : <define>BOOST_UUID_NO_SIMD : test_uuid_no_simd_2 ;
run test_uuid_no_simd.cpp ;

# test uuid_io.hpp
Expand Down

0 comments on commit d25e57b

Please sign in to comment.