blob: 4255a37f5e34d51b6063a407754f599004659fb1 [file] [log] [blame]
#
# Copyright (c) 2011 Daniel James
#
# 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)
#
import testing ;
project quickbook-unit-tests
: requirements <include>../../src <warnings>all
;
run values_test.cpp ../../src/values.cpp ;
run post_process_test.cpp ../../src/post_process.cpp ;
run iterator_tests.cpp ../../src/values.cpp ;