diff options
author | Sven Gothel <[email protected]> | 2022-11-21 13:04:31 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-11-21 13:04:31 +0100 |
commit | 1b9b9b6e8645fe3551066c28359fae3c43a1f50e (patch) | |
tree | 812ff90dba8a04bea86a49c6713ff3632a83b910 /test/test_functional_perf.hpp | |
parent | 6cc909f72c84e7808edc509e5ed7538065d18b39 (diff) |
ClangTidy: Fix test code
Diffstat (limited to 'test/test_functional_perf.hpp')
-rw-r--r-- | test/test_functional_perf.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_functional_perf.hpp b/test/test_functional_perf.hpp index 99ecb49..812982a 100644 --- a/test/test_functional_perf.hpp +++ b/test/test_functional_perf.hpp @@ -31,6 +31,10 @@ static std::string impl_name = "jau/functional.hpp"; #endif +#ifndef FUNCTIONAL_IMPL + #define FUNCTIONAL_IMPL 88 +#endif + #include <jau/test/catch2_ext.hpp> // Test examples. |