mirror of
https://github.com/boostorg/utility.git
synced 2026-02-22 03:42:23 +00:00
34 lines
1.3 KiB
Plaintext
Executable File
34 lines
1.3 KiB
Plaintext
Executable File
# Copyright David Abrahams 2003. Permission to copy, use,
|
|
# modify, sell and distribute this software is granted provided this
|
|
# copyright notice appears in all copies. This software is provided
|
|
# "as is" without express or implied warranty, and with no claim as
|
|
# to its suitability for any purpose.
|
|
|
|
# For more information, see http://www.boost.org/
|
|
|
|
|
|
# Testing Jamfile autogenerated from XML source
|
|
subproject libs/utility/test ;
|
|
|
|
# bring in rules for testing
|
|
import testing ;
|
|
|
|
# Make tests run by default.
|
|
DEPENDS all : test ;
|
|
|
|
test-suite utility
|
|
:
|
|
[ run ../iterator_traits_test.cpp ]
|
|
[ run ../iterators_test.cpp <lib>../../test/build/boost_test_exec_monitor ]
|
|
[ compile-fail ../noncopyable_test.cpp ]
|
|
[ run ../numeric_traits_test.cpp ]
|
|
[ run ../operators_test.cpp <lib>../../test/build/boost_test_exec_monitor ]
|
|
[ compile-fail ../safe_bool_testable_test.cpp ]
|
|
[ run ../binary_search_test.cpp <lib>../../test/build/boost_test_exec_monitor ]
|
|
[ run ../call_traits_test.cpp : -u ]
|
|
[ compile-fail ../checked_delete_test.cpp ]
|
|
[ run ../compressed_pair_test.cpp <lib>../../test/build/boost_test_exec_monitor : -u ]
|
|
[ run ../addressof_test.cpp <lib>../../test/build/boost_test_exec_monitor ]
|
|
[ run ../ref_test.cpp <lib>../../test/build/boost_test_exec_monitor ]
|
|
;
|