From 9f3f366deec411675cc21c2fceaa7ac090d03a4c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Sep 2018 14:24:03 +0200 Subject: Remove project.tests, always use tests subdir --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 1da5202..334f972 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,7 +29,7 @@ using namespace std::chrono; // TODO: Remove install.sh when sibs supports installation of packages (so it can install itself) -// TODO: Move package tests, include_dirs and ignore_dirs under config in project.conf. +// TODO: Move package include_dirs and ignore_dirs under config in project.conf. // Package object should only contain metadata for the package, which is used for finding dependencies // and when building a list of installed packages / available packages. @@ -396,7 +396,7 @@ static int buildProject(const FileString &projectPath, const FileString &project if(sibsConfig.shouldBuildTests() && sibsConfig.getTestPath().empty() && !sibsConfig.zigTestAllFiles && sibsConfig.zigTestFiles.empty()) { - printf("Project is missing package.tests config. No tests to build\n"); + printf("Project is missing tests subdirectory. No tests to build\n"); exit(50); } -- cgit v1.2.3