1#============================================================================== 2# Copyright (c) 2003-2006 Joel de Guzman 3# Copyright (c) 2006 Dan Marsden 4# 5# Use, modification and distribution is subject to the Boost Software 6# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 7# http://www.boost.org/LICENSE_1_0.txt) 8#============================================================================== 9 10# bring in rules for testing 11import testing ; 12 13{ 14 test-suite example : 15 16 [ run test_example.cpp : : : : ] 17 [ run triple.cpp : : : : ] 18 ; 19} 20 21