Revert (supposedly mistaken) removal of 'numeric_cast_test.cpp' from the

list of tests.


[SVN r32701]
This commit is contained in:
Vladimir Prus
2006-02-07 11:36:24 +00:00
parent 8cec2cc291
commit e5a0aec661

View File

@@ -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 <lib>../../test/build/boost_unit_test_framework ]
;
}