diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-10-31 16:02:19 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-10-31 16:02:19 +0100 |
commit | 463f0740e1731c15917ffdb3e2f4b3f4c83aa024 (patch) | |
tree | ec733f3744009834901d61b0fc52aafd354df5d7 /test/ctor.cc | |
parent | 406e1b1eeb2a760c0b89ff141a183c78d113a5e4 (diff) |
Change to testdir before executing tests and add global paths variables for easier path testing inside the unit-tests.
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 = { |