1
0
forked from boostorg/core

Add sp_typeinfo_test to test/Jamfile.v2.

This commit is contained in:
Peter Dimov
2014-06-03 20:40:49 +03:00
parent d10e0ae094
commit d30b4b2ec3

View File

@@ -41,4 +41,6 @@ test-suite "core"
<toolset>gcc:<cxxflags>"-Wunused-variable -Werror"
<toolset>clang:<cxxflags>"-Wunused-variable -Werror"
<toolset>msvc:<cxxflags>"/we4100 /we4101" ]
[ run sp_typeinfo_test.cpp ]
[ run sp_typeinfo_test.cpp : : : <rtti>off : sp_typeinfo_test_no_rtti ]
;