summaryrefslogtreecommitdiff
path: root/cli-tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli-tests')
-rw-r--r--cli-tests/.gitignore4
-rw-r--r--cli-tests/build/root.build2
-rw-r--r--cli-tests/manifest2
3 files changed, 6 insertions, 2 deletions
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