# Boost Move Ptr 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.) subproject libs/move_ptr/test/dynamic ; # bring in rules for testing import testing ; # Make tests run by default. DEPENDS all : test ; template run : # sources ../../../../libs/test/build/boost_unit_test_framework ../detail/incomplete_type.cpp : # build requirements BOOST_MOVE_PTR=dynamic_move_ptr : # build variants ; template compile : # sources : # build requirements BOOST_MOVE_PTR=dynamic_move_ptr : # build variants ; { # look in BOOST_ROOT for sources first, just in this Jamfile local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ; test-suite "dynamic_move_ptr" : [ run libs/move_ptr/test/source_sink.cpp