2
0
mirror of https://github.com/boostorg/config.git synced 2026-01-19 16:12:16 +00:00
Files
config/example/Jamfile.v2
2025-12-26 00:54:45 +03:00

17 lines
492 B
Plaintext

# copyright John Maddock 2003
# Use, modification and distribution are subject to 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 the rules for testing
import testing ;
project : requirements
<library>/boost/config//boost_config
<library>/boost/type_traits//boost_type_traits
;
#run static_assert_example_1.cpp ;
run static_assert_example_2.cpp ;
run static_assert_example_3.cpp ;