From e73ee708292aac55070701ff0157db4eab6c06f4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 27 Sep 2021 21:32:17 +0200 Subject: Add folder hierarchy in build folder corresponding to that of the source folders and store build-files in corresponding locations. --- test/source_type_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/source_type_test.cc') diff --git a/test/source_type_test.cc b/test/source_type_test.cc index 2da1ac4..47d820d 100644 --- a/test/source_type_test.cc +++ b/test/source_type_test.cc @@ -29,7 +29,7 @@ class TestableTaskCC { public: TestableTaskCC(const Source& source) - : TaskCC({}, {}, {}, source) + : TaskCC({}, {}, "build", source) {} Language language() const -- cgit v1.2.3