(Hopefully) green up build by giving path to Boost.Test.

This commit is contained in:
Nick Thompson 2018-10-26 17:11:28 -06:00
parent e0646cb7ec
commit f6525ae186

View File

@ -16,8 +16,8 @@ test-suite integer
[ run integer_mask_test.cpp ]
[ run static_log2_test.cpp ]
[ run static_min_max_test.cpp ]
[ run extended_euclidean_test.cpp ]
[ run mod_inverse_test.cpp ]
[ run extended_euclidean_test.cpp ../../test/build//boost_unit_test_framework ]
[ run mod_inverse_test.cpp ../../test/build//boost_unit_test_framework ]
[ compile integer_traits_include_test.cpp ]
[ compile integer_include_test.cpp ]
[ compile integer_mask_include_test.cpp ]