Make the library modular usable.

This commit is contained in:
Rene Rivera
2024-03-11 08:27:02 -05:00
parent faac048d59
commit 6b1d2fc5ad
6 changed files with 40 additions and 16 deletions

View File

@ -11,7 +11,7 @@ import testing ;
alias unit_test_framework
: # sources
/boost//unit_test_framework
/boost/test//unit_test_framework
;