From 2855b6e1172d5b544b150bf617b216691801f574 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 22 Feb 2026 16:32:38 +0100 Subject: Make it possible to register header files along with the sources. --- test/ctor.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/ctor.cc') 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", -- cgit v1.2.3