diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-02-22 16:32:38 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-02-22 17:39:06 +0100 |
| commit | 2855b6e1172d5b544b150bf617b216691801f574 (patch) | |
| tree | 620e64d83a8ea4e18f0990766f2c8592127cd452 /test | |
| parent | db6c4499ecc23212838f45fc9fa8c0a703d8b85f (diff) | |
Make it possible to register header files along with the sources.
Diffstat (limited to 'test')
| -rw-r--r-- | test/ctor.cc | 4 |
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", |
