mirror of
https://github.com/boostorg/core.git
synced 2025-12-01 06:39:32 +01:00
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
|
|
# Copyright (c) 2007, 2008 Joseph Gauterin
|
||
|
|
#
|
||
|
|
# 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 utility/swap
|
||
|
|
:
|
||
|
|
[ compile root_header_1.cpp ]
|
||
|
|
[ compile root_header_2.cpp ]
|
||
|
|
[ compile lib_header_1.cpp ]
|
||
|
|
[ compile lib_header_2.cpp ]
|
||
|
|
[ compile mixed_headers_1.cpp ]
|
||
|
|
[ compile mixed_headers_2.cpp ]
|
||
|
|
[ run primitive.cpp ../../../test/build//boost_test_exec_monitor/<link>static ]
|
||
|
|
[ run specialized_in_boost.cpp ../../../test/build//boost_test_exec_monitor/<link>static ]
|
||
|
|
[ run specialized_in_global.cpp ../../../test/build//boost_test_exec_monitor/<link>static ]
|
||
|
|
[ run specialized_in_other.cpp ../../../test/build//boost_test_exec_monitor/<link>static ]
|
||
|
|
[ run specialized_in_std.cpp ../../../test/build//boost_test_exec_monitor/<link>static ]
|
||
|
|
[ run swap_arrays.cpp ../../../test/build//boost_test_exec_monitor/<link>static ]
|
||
|
|
;
|
||
|
|
|
||
|
|
|