File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ for local src in [ glob test_*.cpp ]
3535 run $(src) unit_test_framework ;
3636}
3737
38+ run mix_release_debug/main.cpp mix_release_debug/lib.cpp unit_test_framework ;
39+
40+
3841for local src in [ glob compile_fail_*.cpp ]
3942{
4043 compile-fail $(src) ;
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2018-2025 Jean-Louis Leroy
2+ // Distributed under the Boost Software License, Version 1.0.
3+ // See accompanying file LICENSE_1_0.txt
4+ // or copy at http://www.boost.org/LICENSE_1_0.txt)
5+
16#include < iostream>
27
38#ifdef BOOST_OPENMETHOD_ENABLE_RUNTIME_CHECKS
Original file line number Diff line number Diff line change 1+ // Copyright (c) 2018-2025 Jean-Louis Leroy
2+ // Distributed under the Boost Software License, Version 1.0.
3+ // See accompanying file LICENSE_1_0.txt
4+ // or copy at http://www.boost.org/LICENSE_1_0.txt)
5+
16#ifndef BOOST_OPENMETHOD_TEST_MIX_RELEASE_DEBUG_LIB_HPP
27#define BOOST_OPENMETHOD_TEST_MIX_RELEASE_DEBUG_LIB_HPP
38
You can’t perform that action at this time.
0 commit comments