mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-02-02 20:52:20 +00:00
17 lines
535 B
Plaintext
17 lines
535 B
Plaintext
#
|
|
# Copyright Vladimir Prus 2004
|
|
#
|
|
# 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)
|
|
|
|
test-suite dynamic_bitset :
|
|
|
|
[ run dyn_bitset_unit_tests1.cpp ]
|
|
[ run dyn_bitset_unit_tests2.cpp ]
|
|
[ run dyn_bitset_unit_tests3.cpp ]
|
|
[ run dyn_bitset_unit_tests4.cpp ]
|
|
[ run dyn_bitset_unit_tests5.cpp /boost/serialization//boost_serialization
|
|
: : : <define>_SCL_SECURE_NO_WARNINGS=1 ]
|
|
;
|