# Boost Format Lite test Jamfile # (C) Copyright Jonathan Turkanis 2004 # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.) subproject libs/format_lite/test ; # bring in rules for testing import testing ; # Make tests run by default. DEPENDS all : test ; template test : # sources ../../../libs/test/build/boost_unit_test_framework : # build requirements : # build variants ; { # look in BOOST_ROOT for sources first, just in this Jamfile local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ; test-suite "format_lite" : [ run libs/format_lite/test/vector_test.cpp