diff options
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", |
