Correct test configuration.

Add copyright and licence notices to new files.
This commit is contained in:
jzmaddock
2023-01-14 09:22:36 +00:00
parent 7bf1dd06bb
commit 09386741e2
3 changed files with 11 additions and 1 deletions

View File

@@ -1230,7 +1230,7 @@ test-suite misc :
[ run logged_adaptor_output_test.cpp : : :
[ check-target-builds ../config//has_mpfi : <source>gmp <source>mpfr <source>mpfi : <build>no ]
]
[ run logged_adaptor_cpp_output_test.cpp ]
[ run logged_adaptor_cpp_output_test.cpp : : : [ requires cxx17_if_constexpr ] ]
[ run test_hash.cpp : : :
[ check-target-builds ../config//has_float128 : <define>TEST_FLOAT128 <source>quadmath : ]
[ check-target-builds ../config//has_gmp : <define>TEST_GMP <source>gmp : ]

View File

@@ -1,3 +1,8 @@
///////////////////////////////////////////////////////////////
// Copyright 2023 John Maddock. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
#include <iostream>
#include <iomanip>
#include <boost/multiprecision/fwd.hpp>

View File

@@ -1,3 +1,8 @@
///////////////////////////////////////////////////////////////
// Copyright 2023 John Maddock. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
#include <iostream>
#include <iomanip>
#include <boost/multiprecision/fwd.hpp>