1# copyright John Maddock 2003 2# Use, modification and distribution are subject to the 3# Boost Software License, Version 1.0. (See accompanying file 4# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 5 6# bring in the rules for testing 7import testing ; 8 9run static_assert_test.cpp ; 10compile-fail static_assert_test_fail_1.cpp ; 11compile-fail static_assert_test_fail_2.cpp ; 12compile-fail static_assert_test_fail_3.cpp ; 13compile-fail static_assert_test_fail_4.cpp ; 14compile-fail static_assert_test_fail_5.cpp ; 15compile-fail static_assert_test_fail_6.cpp ; 16compile-fail static_assert_test_fail_7.cpp ; 17compile-fail static_assert_test_fail_8.cpp ; 18compile-fail static_assert_test_fail_9.cpp ; 19compile-fail static_assert_test_fail_10.cpp ; 20 21build-project ../example ; 22