summaryrefslogtreecommitdiff
path: root/test/tasks_test.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2026-01-27 19:42:57 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2026-01-27 19:42:57 +0100
commit7b493a531decb401ab9b141dd2d7aa7d1338fbdf (patch)
tree9343c843b5a4c2e8234f7a7e085ffc07ceb1ebad /test/tasks_test.cc
parent282f90f717d93267b2bc64d8bfa4e3e2b7c21711 (diff)
Clean up target_type usage a bit and add new ctor::target_type::module type.modules
Diffstat (limited to 'test/tasks_test.cc')
-rw-r--r--test/tasks_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tasks_test.cc b/test/tasks_test.cc
index cbd0864..1276347 100644
--- a/test/tasks_test.cc
+++ b/test/tasks_test.cc
@@ -72,7 +72,7 @@ public:
const ctor::settings& settings,
const std::string& name, bool dirty,
const std::vector<std::string>& deps = {})
- : Task(config, settings, {})
+ : Task(ctor::target_type::executable, config, settings, {})
, task_name(name)
, task_dirty(dirty)
, task_deps(deps)