From e5a0aec661a97c79e0e494966a02d80fb591a854 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 7 Feb 2006 11:36:24 +0000 Subject: [PATCH] Revert (supposedly mistaken) removal of 'numeric_cast_test.cpp' from the list of tests. [SVN r32701] --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) 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 ] ; }