Sequoia
Loading...
Searching...
No Matches
TestPreprocessorDefinitions.hpp
Go to the documentation of this file.
1
2// Copyright Oliver J. Rosten 2019. //
3// Distributed under the GNU GENERAL PUBLIC LICENSE, Version 3.0. //
4// (See accompanying file LICENSE.md or copy at //
5// https://www.gnu.org/licenses/gpl-3.0.en.html) //
7
8#pragma once
9
14namespace sequoia::testing
15{
16 [[nodiscard]]
17 constexpr bool minimal_graph_tests() noexcept
18 {
19 #ifndef MINIMAL_GRAPH_TESTS
20 return false;
21 #endif
22
23 return true;
24 }
25}