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-06 18:26:55 +0100
commita7a3ab9ad4fb452d7af83816551bcfcddee0df56 (patch)
treee948b357ce8aef1741b253abdd1ddc277f6342af /test/ctor.cc
parent668158a83bc9e5af7bf65fe88d22d1958e33443f (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 afec91c..8cfba52 100644
--- a/test/ctor.cc
+++ b/test/ctor.cc
@@ -87,6 +87,7 @@ ctor::build_configurations ctorTestConfigs(const ctor::settings& settings)
"-std=c++20", "-O3", "-Wall",
"-I../src", "-Iuunit",
"-DOUTPUT=\"deps\"",
+ "-I../json/include",
"-fexceptions",
},
},
@@ -217,6 +218,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" },