File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ import path ;
55project enum-flags ;
66
77
8+ alias enum-flags : usage-requirements <include>include ;
9+
10+
811package.install headers enum-flags
912 : <install-source-root>include
1013 :
Original file line number Diff line number Diff line change @@ -4,22 +4,22 @@ import testing ;
44project flags_tests
55 : requirements <warnings>all
66 <warnings-as-errors>on
7- <include>../include/
87 : default-build <variant>release
98 ;
109
1110
1211unit-test main-test
1312 : main-test.cpp
13+ /enum-flags//enum-flags
1414 /boost_config//libs
1515 /boost_core//libs
1616 /boost_assert//libs
1717 ;
1818
1919
20- compile should-compile.cpp ;
20+ compile should-compile.cpp /enum-flags//enum-flags ;
2121
2222
2323for src in [ glob shouldnt-compile/*.cpp ] {
24- compile-fail $(src) ;
24+ compile-fail $(src) /enum-flags//enum-flags ;
2525}
You can’t perform that action at this time.
0 commit comments