mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-01-19 04:22:11 +00:00
Correct test configuration.
Add copyright and licence notices to new files.
This commit is contained in:
@@ -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 : ]
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user