commit | a33cf0891f5fc871cb7e725b429199ad4e3064ee | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Mar 28 11:55:57 2019 +0100 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Mar 28 12:46:30 2019 +0100 |
tree | ca392375bc3ad050f20299fa8453d58983789518 | |
parent | a14a18c1f2295ca13a2ae06db346e0dec8b94179 [diff] [blame] |
Migrate from Catch to Doctest This reduces the build times of the test suite by about two thirds in my testing in another project. Change-Id: I8a5da3aff0956796c718d13237d0620f48316029 Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/1580
diff --git a/tests/wait-a-bit-longer.cpp b/tests/wait-a-bit-longer.cpp index 029e36f..8ec4f4b 100644 --- a/tests/wait-a-bit-longer.cpp +++ b/tests/wait-a-bit-longer.cpp
@@ -1,4 +1,4 @@ -#include <catch2/catch.hpp> +#include <doctest/doctest.h> #include <chrono> #include <thread> #include <trompeloeil.hpp>