summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-19 21:56:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-24 16:44:14 +0300
commit3cc94b1407a76c09e3f8ddb6c8e0a17e5b521798 (patch)
treec369b74080cea8a081ef0cdc33d858eb29ce5ed5 /cli
parent41501ca607dd84f5836faed1fbaceaf48d8cb54a (diff)
Various cleanups
Diffstat (limited to 'cli')
-rw-r--r--cli/README2
-rw-r--r--cli/build/root.build6
-rw-r--r--cli/buildfile3
-rw-r--r--cli/manifest2
4 files changed, 3 insertions, 10 deletions
diff --git a/cli/README b/cli/README
index d2c6a02..05d6476 100644
--- a/cli/README
+++ b/cli/README
@@ -9,7 +9,7 @@ See the INSTALL file for prerequisites and installation instructions.
See the doc/ directory for documentation.
-The project page is at http://codesynthesis.com/projects/cli/.
+The project page is at https://www.codesynthesis.com/projects/cli/.
Send questions, bug reports, or any other feedback to
cli-users@codesynthesis.com.
diff --git a/cli/build/root.build b/cli/build/root.build
index c611c4f..476b192 100644
--- a/cli/build/root.build
+++ b/cli/build/root.build
@@ -49,12 +49,6 @@ cxx.poptions =+ "-I$out_root" "-I$src_root"
if ($config.cli != [null] && $config.cli != false)
using cli
-# All exe{} in unit-tests/ are, well, tests. Also don't link whole archives
-# by default there.
-#
-unit-tests/exe{*}: test = true
-unit-tests/{libue libul}{*}: bin.whole = false
-
# Specify the test target for cross-testing.
#
test.target = $cxx.target
diff --git a/cli/buildfile b/cli/buildfile
index 3f0ccb0..5cbb37a 100644
--- a/cli/buildfile
+++ b/cli/buildfile
@@ -3,7 +3,6 @@
./: {*/ -build/} doc{INSTALL NEWS README} legal{LICENSE} manifest
-# Don't install unit tests or the INSTALL file.
+# Don't install the INSTALL file.
#
-unit-tests/: install = false
doc{INSTALL}@./: install = false
diff --git a/cli/manifest b/cli/manifest
index 95300b4..7205efd 100644
--- a/cli/manifest
+++ b/cli/manifest
@@ -9,7 +9,7 @@ description-file: README
changes-file: NEWS
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
+src-url: https://git.codesynthesis.com/cgit/cli/cli/tree/cli/
email: cli-users@codesynthesis.com ; Mailing list
build-warning-email: builds@codesynthesis.com
builds: all