Add test/Jamfile.v2

This commit is contained in:
Peter Dimov
2014-01-02 16:33:51 +02:00
parent 3ad66c65a2
commit 2d082ede2f

17
test/Jamfile.v2 Normal file
View File

@ -0,0 +1,17 @@
# Boost.Assert Library test Jamfile
#
# Copyright (c) 2014 Peter Dimov
#
# 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
# bring in rules for testing
import testing ;
test-suite "assert"
:
[ run ../assert_test.cpp ]
[ run ../current_function_test.cpp : : : <test-info>always_show_run_output ]
[ run ../verify_test.cpp ]
;