summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2026-02-22 16:32:38 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2026-02-22 17:39:06 +0100
commit2855b6e1172d5b544b150bf617b216691801f574 (patch)
tree620e64d83a8ea4e18f0990766f2c8592127cd452 /test
parentdb6c4499ecc23212838f45fc9fa8c0a703d8b85f (diff)
Make it possible to register header files along with the sources.
Diffstat (limited to 'test')
-rw-r--r--test/ctor.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ctor.cc b/test/ctor.cc
index d1c0188..6a86dc7 100644
--- a/test/ctor.cc
+++ b/test/ctor.cc
@@ -215,6 +215,10 @@ ctor::build_configurations ctorTestConfigs(const ctor::settings& settings)
"../src/util.cc",
"../src/externals_manual.cc",
},
+ ctor::headers{
+ "paths.h",
+ "tmpfile.h",
+ },
ctor::cxx_flags{
"-std=c++20", "-O3", "-Wall",
"-I../src",