Make the tests work.

This commit is contained in:
David Given
2023-10-22 22:57:54 +02:00
parent 627820cddc
commit 07aa416975
33 changed files with 424 additions and 249 deletions

View File

@@ -1,6 +1,6 @@
#include "globals.h"
#include "fluxmap.h"
#include "decoders/fluxmapreader.h"
#include "lib/globals.h"
#include "lib/fluxmap.h"
#include "lib/decoders/fluxmapreader.h"
#include "protocol.h"
#include "fmt/format.h"
#include "tests.h"