Skip to content

Commit 863528b

Browse files
committed
Add a smoke test for <exception-handling>off. Refs #315. Refs #316.
1 parent 9030e35 commit 863528b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Jamfile.v2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,5 @@ if ! $(BOOST_ARCHIVE_LIST) {
189189
;
190190
}
191191

192-
run quick.cpp
193-
: : : <library>/boost/serialization//boost_serialization ;
192+
run quick.cpp ../build//boost_serialization ;
193+
compile quick.cpp : <exception-handling>off -<library>/boost/filesystem//boost_filesystem -<library>/boost/math//boost_math_tr1 : quick_nx ;

0 commit comments

Comments
 (0)