summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ctor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ctor.cc b/test/ctor.cc
index acb232f..31c63ab 100644
--- a/test/ctor.cc
+++ b/test/ctor.cc
@@ -66,6 +66,7 @@ ctor::build_configurations ctorTestConfigs(const ctor::settings& settings)
"execute_test.cc",
"testmain.cc",
"../src/execute.cc",
+ "../src/pointerlist.cc",
"../src/util.cc",
},
.depends = { "testprog", },
@@ -160,6 +161,7 @@ ctor::build_configurations ctorTestConfigs(const ctor::settings& settings)
"../src/configure.cc",
"../src/deps.cc",
"../src/execute.cc",
+ "../src/pointerlist.cc",
"../src/rebuild.cc",
"../src/tasks.cc",
"../src/task.cc",