forked from boostorg/static_string
@ -13,7 +13,6 @@ GroupSources (test "/")
|
||||
add_executable (tests
|
||||
${PROJECT_FILES}
|
||||
Jamfile
|
||||
lib.cpp
|
||||
fixed_string.cpp
|
||||
)
|
||||
|
||||
|
35
test/Jamfile
35
test/Jamfile
@ -7,28 +7,19 @@
|
||||
# Official repository: https://github.com/boostorg/fixed_string
|
||||
#
|
||||
|
||||
local SOURCES =
|
||||
fixed_string.cpp
|
||||
import testing ;
|
||||
import ../../config/checks/config : requires ;
|
||||
|
||||
local defines =
|
||||
[ requires
|
||||
cxx11_constexpr
|
||||
cxx11_decltype
|
||||
cxx11_hdr_tuple
|
||||
cxx11_template_aliases
|
||||
cxx11_variadic_templates
|
||||
]
|
||||
;
|
||||
|
||||
local RUN_TESTS ;
|
||||
project : requirements $(defines) ;
|
||||
|
||||
for local f in $(SOURCES)
|
||||
{
|
||||
RUN_TESTS += [ run $(f) lib.cpp ] ;
|
||||
}
|
||||
|
||||
alias run-tests : $(RUN_TESTS) ;
|
||||
|
||||
exe fat-tests :
|
||||
$(SOURCES)
|
||||
lib.cpp
|
||||
;
|
||||
|
||||
explicit fat-tests ;
|
||||
|
||||
run $(SOURCES)
|
||||
lib.cpp
|
||||
: : : : run-fat-tests ;
|
||||
|
||||
explicit run-fat-tests ;
|
||||
run fixed_string.cpp ;
|
||||
|
File diff suppressed because it is too large
Load Diff
11
test/lib.cpp
11
test/lib.cpp
@ -1,11 +0,0 @@
|
||||
//
|
||||
// Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
|
||||
//
|
||||
// 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)
|
||||
//
|
||||
// Official repository: https://github.com/boostorg/fixed_string
|
||||
//
|
||||
|
||||
#include <boost/beast/_experimental/unit_test/main.ipp>
|
||||
|
Reference in New Issue
Block a user