summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-10-24 18:45:17 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-10-24 19:08:38 +0200
commit7bf162fcd98920644e4f61ac0181037eb62c807e (patch)
treea794bd89574d7aaa88e7caff0d507b9c3e145d6d /test
parentc0eacf8e85003844b95e71b9004fa464d4586a38 (diff)
Fix compilation of named targets and print notification when re-compiling config.
Diffstat (limited to 'test')
-rw-r--r--test/tasks_test.cc1
m---------test/uunit0
2 files changed, 1 insertions, 0 deletions
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<std::string> 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
-Subproject fd83de802d05a227cc00489f66ea70fccb4dda0
+Subproject bc078da645412c6b36ef59e635d6c35d11088c9