Skip to content

Commit 112f888

Browse files
committed
cml: mix
1 parent 6ad34f7 commit 112f888

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

test/Jamfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3841
for local src in [ glob compile_fail_*.cpp ]
3942
{
4043
compile-fail $(src) ;

test/mix_release_debug/lib.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

test/mix_release_debug/lib.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

0 commit comments

Comments
 (0)