mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-29 20:27:19 +02:00
Change all <source> references to <library>.
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
# copyright John Maddock 2003
|
||||
# Use, modification and distribution are subject to the
|
||||
# Boost Software License, Version 1.0. (See accompanying file
|
||||
# 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
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
;
|
||||
|
||||
#run static_assert_example_1.cpp ;
|
||||
|
@ -1,13 +1,13 @@
|
||||
# copyright John Maddock 2003
|
||||
# Use, modification and distribution are subject to the
|
||||
# Boost Software License, Version 1.0. (See accompanying file
|
||||
# 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
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
;
|
||||
|
||||
run static_assert_test.cpp ;
|
||||
|
Reference in New Issue
Block a user