# Copyright (C) 2023 Denis Mikhailov # # Use, modification and distribution is 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) # import-search /boost/config/checks ; import python ; import testing ; import config : requires ; project : source-location . : requirements /boost/config//boost_config /boost/preprocessor//boost_preprocessor BOOST_PFR_DETAIL_STRICT_RVALUE_TESTING=1 ; test-suite pfr_tests : [ run print_config.cpp : : : always_show_run_output : auto_engine_config ] ;