diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-04-29 12:57:33 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-04-29 12:57:37 +0200 |
commit | 8d3a83a20a57cd505b2f98a542903a3aee0c2b45 (patch) | |
tree | f22a67990a9b9f6f0729c4466124a8c10b2d4228 /tests | |
parent | 34563dda0ccfc34ce62f0bfcfc20f2b0fa48833e (diff) |
Change sibs cache directory to standard one, remove library archive when it has been extracted
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/main.cpp b/tests/src/main.cpp index 50ecd8b..b3143fb 100644 --- a/tests/src/main.cpp +++ b/tests/src/main.cpp @@ -1,2 +1,2 @@ #define CATCH_CONFIG_MAIN -#include "catch2/2.0.1/catch.hpp" +#include <catch.hpp> |