Remove V1 Jamfiles

[SVN r38516]
This commit is contained in:
Vladimir Prus
2007-08-08 19:02:26 +00:00
parent 9c1f3650f2
commit b9a7ee6deb

View File

@@ -1,37 +0,0 @@
# Signals library
# Copyright (C) 2001-2003 Douglas Gregor
# Permission to copy, use, sell and distribute this software is granted
# provided this copyright notice appears in all copies. Permission to modify
# the code and to distribute modified code is granted provided this copyright
# notice appears in all copies, and a notice that the code was modified is
# included with the copyright notice. This software is provided "as is"
# without express or implied warranty, and with no claim as to its suitability
# for any purpose.
# For more information, see http://www.boost.org/
# Testing Jamfile autogenerated from XML source
subproject libs/conversion/test ;
# bring in rules for testing
import testing ;
# Make tests run by default.
DEPENDS all : test ;
{
test-suite conversion
: [ 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 ]
[ run lexical_cast_loopback_test.cpp <lib>../../test/build/boost_unit_test_framework ]
[ run lexical_cast_abstract_test.cpp <lib>../../test/build/boost_unit_test_framework ]
[ run lexical_cast_noncopyable_test.cpp <lib>../../test/build/boost_unit_test_framework ]
;
}