Adjust self dependencies as inter-lib deps no longer apply globally.

This commit is contained in:
Rene Rivera
2024-07-27 10:28:38 -05:00
parent 81e46297b5
commit 0c0e84b112
7 changed files with 28 additions and 15 deletions

View File

@ -9,6 +9,8 @@
import testing ;
project : requirements <library>/boost/algorithm//boost_algorithm ;
alias unit_test_framework
: # sources
/boost/test//unit_test_framework
@ -85,7 +87,7 @@ alias unit_test_framework
# Is_partitioned_until tests
[ run is_partitioned_until_test.cpp unit_test_framework : : : : is_partitioned_until_test ]
# Apply_permutation tests
[ run apply_permutation_test.cpp unit_test_framework : : : : apply_permutation_test ]
# Find tests