diff options
Diffstat (limited to 'test/tasks_test.cc')
| -rw-r--r-- | test/tasks_test.cc | 2 |
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) |
