mirror of
https://github.com/boostorg/test.git
synced 2026-01-24 06:22:12 +00:00
35 lines
1.2 KiB
Bash
Executable File
35 lines
1.2 KiB
Bash
Executable File
pcpp ../include/boost/test/unit_test.hpp \
|
|
-I ../include/ \
|
|
-I ../../preprocessor/include/ \
|
|
-I pcpp \
|
|
--passthru-defines \
|
|
--passthru-unknown-exprs \
|
|
--line-directive \
|
|
-U UNDER_CE \
|
|
-U BOOST_CLASSIC_IOSTREAMS \
|
|
-U BOOST_NO_STD_DISTANCE \
|
|
-U BOOST_NO_STRINGSTREAM \
|
|
-U BOOST_USER_CONFIG -D BOOST_NO_USER_CONFIG -U BOOST_COMPILER_CONFIG -U BOOST_NO_COMPILER_CONFIG -U BOOST_NO_CONFIG \
|
|
-U BOOST_NO_CXX11_TEMPLATE_ALIASES \
|
|
-U BOOST_NO_CXX11_NUMERIC_LIMITS \
|
|
-U BOOST_NO_CXX11_HDR_TUPLE \
|
|
-U BOOST_NO_CXX11_VARIADIC_TEMPLATES \
|
|
-U BOOST_NO_CXX11_AUTO_DECLARATIONS \
|
|
-U BOOST_NO_CXX11_VARIADIC_MACROS \
|
|
-U BOOST_NO_CXX11_RVALUE_REFERENCES \
|
|
-U BOOST_NO_CXX11_DECLTYPE \
|
|
-U BOOST_NO_CXX11_NOEXCEPT \
|
|
-U BOOST_NO_CXX11_CONSTEXPR \
|
|
-U BOOST_NO_CXX11_TRAILING_RESULT_TYPES \
|
|
-U BOOST_NO_CXX11_SMART_PTR \
|
|
-U BOOST_WORKAROUND \
|
|
-D BOOST_PP_VARIADICS=1 \
|
|
-U BOOST_DISABLE_WIN32 \
|
|
\
|
|
-D BOOST_TEST_SUPPORT_TOKEN_ITERATOR \
|
|
-D BOOST_TEST_DATASET_VARIADIC \
|
|
-U BOOST_TEST_NO_NEW_TOOLS \
|
|
-U BOOST_TEST_DOXYGEN_DOC__ \
|
|
-D BOOST_TEST_NO_OLD_TOOLS \
|
|
-o test10.hpp
|