diff options
Diffstat (limited to 'test/ctor.cc')
-rw-r--r-- | test/ctor.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ctor.cc b/test/ctor.cc index 61c3515..d7cad34 100644 --- a/test/ctor.cc +++ b/test/ctor.cc @@ -14,7 +14,7 @@ BuildConfigurations ctorTestConfigs() .target = "execute_test", .sources = { "execute_test.cc", - "uunit/uunit.cc", + "testmain.cc", "../src/execute.cc", }, .cxxflags = { @@ -29,7 +29,7 @@ BuildConfigurations ctorTestConfigs() .target = "tasks_test", .sources = { "tasks_test.cc", - "uunit/uunit.cc", + "testmain.cc", }, .depends = {"libctor.a"}, .cxxflags = { @@ -44,7 +44,7 @@ BuildConfigurations ctorTestConfigs() .target = "source_type_test", .sources = { "source_type_test.cc", - "uunit/uunit.cc", + "testmain.cc", }, .depends = {"libctor.a"}, .cxxflags = { |