# Boost.Iostreams Library 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.) # See http://www.boost.org/libs/iostreams for documentation. subproject libs/iostreams/test ; # bring in rules for testing import testing ; # Make tests run by default. DEPENDS all : test ; { # look in BOOST_ROOT for sources first, just in this Jamfile local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ; template basic : # sources ../../../libs/test/build/boost_unit_test_framework : # build requirements : # build variants ; template iostreams : # sources