From f6525ae186fed0d8637d58aaae0fc77ff1925a4f Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Fri, 26 Oct 2018 17:11:28 -0600 Subject: [PATCH] (Hopefully) green up build by giving path to Boost.Test. --- test/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 51d7092..d2200f6 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -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 ]