From 3cc94b1407a76c09e3f8ddb6c8e0a17e5b521798 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 Dec 2020 21:56:24 +0300 Subject: Various cleanups --- cli-tests/.gitignore | 4 ++++ cli-tests/build/root.build | 2 +- cli-tests/manifest | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'cli-tests') diff --git a/cli-tests/.gitignore b/cli-tests/.gitignore index 0b99f39..ac76b6f 100644 --- a/cli-tests/.gitignore +++ b/cli-tests/.gitignore @@ -18,5 +18,9 @@ *.exe.manifest *.pc +# Note that these can be symlinks (so no trailing /). +test +test-* + driver test.?xx diff --git a/cli-tests/build/root.build b/cli-tests/build/root.build index 53bde39..5f4b348 100644 --- a/cli-tests/build/root.build +++ b/cli-tests/build/root.build @@ -18,7 +18,7 @@ if ($cxx.class == 'msvc') using cli -# Every exe{} in this subproject is by default a test. +# Every exe{} in this project is by default a test. # exe{*}: test = true diff --git a/cli-tests/manifest b/cli-tests/manifest index 2c6acd4..0ff0825 100644 --- a/cli-tests/manifest +++ b/cli-tests/manifest @@ -7,7 +7,7 @@ license: MIT description-file: README url: https://www.codesynthesis.com/projects/cli/ doc-url: https://www.codesynthesis.com/projects/cli/doc/guide/ -src-url: https://git.codesynthesis.com/cgit/cli/cli/tree/cli-tests +src-url: https://git.codesynthesis.com/cgit/cli/cli/tree/cli-tests/ email: cli-users@codesynthesis.com ; Mailing list requires: c++14 depends: * build2 >= 0.13.0 -- cgit v1.1