From cb5f269b13429f0e1ffbc41426227983e5ccaeba Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 20 Sep 2021 17:31:54 +0200 Subject: Simplify/fix task dependency calculation. And tasks unit-tests. --- ctor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ctor.cc') diff --git a/ctor.cc b/ctor.cc index 6dbb96d..2e63f77 100644 --- a/ctor.cc +++ b/ctor.cc @@ -21,6 +21,7 @@ BuildConfigurations ctorConfigs() "src/task_ld.cc", "src/task_so.cc", "src/tasks.cc", + "src/unittest.cc", }, .cxxflags = { "-std=c++17", -- cgit v1.2.3