From 7bf162fcd98920644e4f61ac0181037eb62c807e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 24 Oct 2021 18:45:17 +0200 Subject: Fix compilation of named targets and print notification when re-compiling config. --- test/tasks_test.cc | 1 + test/uunit | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/tasks_test.cc b/test/tasks_test.cc index 3c9243c..8a15fcd 100644 --- a/test/tasks_test.cc +++ b/test/tasks_test.cc @@ -55,6 +55,7 @@ public: int clean() override { return 0; } std::vector depends() const override { return task_deps; } std::string target() const override { return task_name; } + bool derived() const override { return false; } bool dirtyInner() override { return task_dirty; } private: diff --git a/test/uunit b/test/uunit index fd83de8..bc078da 160000 --- a/test/uunit +++ b/test/uunit @@ -1 +1 @@ -Subproject commit fd83de802d05a227cc00489f66ea70fccb4dda05 +Subproject commit bc078da645412c6b36ef59e635d6c35d11088c96 -- cgit v1.2.3