forked from boostorg/assert
Add test/Jamfile.v2
This commit is contained in:
17
test/Jamfile.v2
Normal file
17
test/Jamfile.v2
Normal 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 ]
|
||||||
|
;
|
Reference in New Issue
Block a user