tests: fix Catch2 includes

This commit is contained in:
Jakub Czekański 2019-12-18 19:16:29 +01:00
parent fb7997fc16
commit f857966262
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#define CATCH_CONFIG_RUNNER
#include <catch.hpp>
#include <catch2/catch.hpp>
int main(int argc, char* argv[]) { return Catch::Session().run(argc, argv); }

View file

@ -1,5 +1,5 @@
#include "utils/logic.h"
#include <catch.hpp>
#include <catch2/catch.hpp>
namespace utils {