summaryrefslogtreecommitdiff
path: root/test/ctor.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2025-12-28 21:48:09 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2026-02-08 17:33:45 +0100
commit695022abfd674316e5da9c3b74b97be029adfacc (patch)
treed113c9d819fa9b502116e2305f82fa08434cd757 /test/ctor.cc
parent627843d2517a5cc8885939d6396fb052cd873aa7 (diff)
Diffstat (limited to 'test/ctor.cc')
-rw-r--r--test/ctor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ctor.cc b/test/ctor.cc
index d1c0188..4dec9b9 100644
--- a/test/ctor.cc
+++ b/test/ctor.cc
@@ -88,6 +88,7 @@ ctor::build_configurations ctorTestConfigs(const ctor::settings& settings)
"-std=c++20", "-O3", "-Wall",
"-I../src", "-Iuunit",
"-DOUTPUT=\"deps\"",
+ "-I../json/include",
"-fexceptions",
},
},
@@ -218,6 +219,7 @@ ctor::build_configurations ctorTestConfigs(const ctor::settings& settings)
ctor::cxx_flags{
"-std=c++20", "-O3", "-Wall",
"-I../src",
+ "-I../json/include",
"-fexceptions",
},
ctor::ld_flags{ "-pthread" },