tests: Fixed building of tests
This commit is contained in:
parent
5a8433ede4
commit
d463b3235e
@ -6,11 +6,13 @@
|
||||
#include <hex/helpers/fmt.hpp>
|
||||
#include <hex/helpers/logger.hpp>
|
||||
|
||||
#include <wolv/utils/preproc.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <functional>
|
||||
|
||||
#define TEST_SEQUENCE(...) static auto ANONYMOUS_VARIABLE(TEST_SEQUENCE) = ::hex::test::TestSequenceExecutor(__VA_ARGS__) + []() -> int
|
||||
#define TEST_SEQUENCE(...) static auto WOLV_ANONYMOUS_VARIABLE(TEST_SEQUENCE) = ::hex::test::TestSequenceExecutor(__VA_ARGS__) + []() -> int
|
||||
#define TEST_FAIL() return EXIT_FAILURE
|
||||
#define TEST_SUCCESS() return EXIT_SUCCESS
|
||||
#define FAILING true
|
||||
|
Loading…
Reference in New Issue
Block a user