Update build deps.

This commit is contained in:
Rene Rivera
2024-08-09 22:49:01 -05:00
parent 48741510af
commit 7b8a41e0e3
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -8,6 +8,8 @@
import testing ;
project : requirements <library>/boost/type_erasure//boost_type_erasure ;
compile basic.cpp ;
compile multi.cpp ;
compile convert.cpp ;
+4 -1
View File
@@ -7,7 +7,10 @@
# http://www.boost.org/LICENSE_1_0.txt)
import testing ;
import checks/config ;
import-search /boost/config/checks ;
import config ;
project : requirements <library>/boost/type_erasure//boost_type_erasure ;
run test_binding.cpp /boost/test//boost_unit_test_framework ;
run test_increment.cpp /boost/test//boost_unit_test_framework ;