Fix tests when making a unity build

The formatting for chrono types needs to be included before CppUnit
headers. This change makes sure of that by simply including that header via
`tests/testutils.h`. The `chrono/format.h` header is not big (including the
header it includes) so this should not be a big deal.
This commit is contained in:
Martchus 2024-01-30 23:08:14 +01:00
parent bc00bdcdc9
commit ce31de2c6f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define TESTUTILS_H
#include "../application/argumentparser.h"
#include "../chrono/format.h"
#include "../misc/traits.h"
#include <iomanip>