Skip to content

Commit 48cb734

Browse files
committed
Update build deps.
1 parent 47a41e5 commit 48cb734

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

example/Jamfile.v2

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ECHO $(HAS_UBSAN:J) ;
2626
project
2727
:
2828
: requirements
29+
<library>/boost/test//boost_test
2930
<toolset>clang:<cxxflags>-Wno-c99-extensions <define>$(HAS_UBSAN:J)
3031
;
3132

test/Jamfile.v2

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import config : requires ;
1616

1717
project
1818
: requirements
19+
<library>/boost/test//boost_test
1920
;
2021

2122
import-search /boost/predef/tools/check ;

0 commit comments

Comments
 (0)