diff --git a/test/Jamfile b/test/Jamfile index 7842cb3..8af8d65 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -27,6 +27,7 @@ DEPENDS all : test ; : [ run implicit_cast.cpp ] [ compile-fail implicit_cast_fail.cpp ] [ run ../cast_test.cpp ] + [ run ../numeric_cast_test.cpp ] [ run ../lexical_cast_test.cpp ../../test/build/boost_unit_test_framework ] ; }