diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 16:15:27 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-09 16:15:27 +0100 |
| commit | ccacaf0582bcea4a71ec8247ade0fd75e4ca99bf (patch) | |
| tree | ded2c1096149fee09faa9707aef55fc2af4319f9 /tests | |
| parent | 210404a73706993d197c1290d5a411394e176fbe (diff) | |
refactor library includes, build file
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_helper.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_helper.cpp b/tests/test_helper.cpp index 11c7d21..d9d2335 100644 --- a/tests/test_helper.cpp +++ b/tests/test_helper.cpp @@ -1,7 +1,7 @@ -#include <zip.h> -#include <xml.h> -#include <greatest.h> -#include <timer.h> +#include <zip/src/zip.h> +#include <xml.c/src/xml.h> +#include <greatest/greatest.h> +#include <timer_lib/timer.h> #include "memops.hpp" #include "strops.hpp" |
