diff options
author | William Roy <wroy@proton.me> | 2022-12-02 15:58:39 -0500 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-12-05 12:58:32 +0200 |
commit | bc2adbdfaae7bd65c48b3b1659a25418d90b2b86 (patch) | |
tree | 35760f7834f6aec901a12143770173eaf97dbc17 | |
parent | fe237a2a792a2e2ac7879d0767b9168e5682c98e (diff) |
Add missing colon in intro-unit-test
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 9b89345..ad440c1 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -4122,7 +4122,7 @@ source subdirectory \c{buildfile} of an executable created with this option: # Unit tests. # -exe{*.test} +exe{*.test}: { test = true install = false |