Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make/unit-tests make(1): describe the purpose of eac...



details:   https://anonhg.NetBSD.org/src/rev/33e2f4970b7f
branches:  trunk
changeset: 937356:33e2f4970b7f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Aug 16 14:25:16 2020 +0000

description:
make(1): describe the purpose of each newly added unit test dummy

diffstat:

 usr.bin/make/unit-tests/cond-cmp-numeric.mk                      |  4 ++--
 usr.bin/make/unit-tests/cond-cmp-string.mk                       |  4 ++--
 usr.bin/make/unit-tests/cond-func-commands.mk                    |  4 ++--
 usr.bin/make/unit-tests/cond-func-defined.mk                     |  4 ++--
 usr.bin/make/unit-tests/cond-func-empty.mk                       |  4 ++--
 usr.bin/make/unit-tests/cond-func-exists.mk                      |  4 ++--
 usr.bin/make/unit-tests/cond-func-make.mk                        |  4 ++--
 usr.bin/make/unit-tests/cond-func-target.mk                      |  4 ++--
 usr.bin/make/unit-tests/cond-op-and.mk                           |  4 ++--
 usr.bin/make/unit-tests/cond-op-not.mk                           |  4 ++--
 usr.bin/make/unit-tests/cond-op-or.mk                            |  4 ++--
 usr.bin/make/unit-tests/cond-op-parentheses.mk                   |  4 ++--
 usr.bin/make/unit-tests/cond-op.mk                               |  4 ++--
 usr.bin/make/unit-tests/cond-token-number.mk                     |  4 ++--
 usr.bin/make/unit-tests/cond-token-plain.mk                      |  5 +++--
 usr.bin/make/unit-tests/cond-token-string.mk                     |  4 ++--
 usr.bin/make/unit-tests/cond-token-var.mk                        |  4 ++--
 usr.bin/make/unit-tests/dep-colon.mk                             |  4 ++--
 usr.bin/make/unit-tests/dep-double-colon.mk                      |  4 ++--
 usr.bin/make/unit-tests/dep-exclam.mk                            |  4 ++--
 usr.bin/make/unit-tests/dep-wildcards.mk                         |  4 ++--
 usr.bin/make/unit-tests/dep.mk                                   |  4 ++--
 usr.bin/make/unit-tests/depsrc-exec.mk                           |  4 ++--
 usr.bin/make/unit-tests/depsrc-ignore.mk                         |  4 ++--
 usr.bin/make/unit-tests/depsrc-made.mk                           |  4 ++--
 usr.bin/make/unit-tests/depsrc-make.mk                           |  4 ++--
 usr.bin/make/unit-tests/depsrc-meta.mk                           |  4 ++--
 usr.bin/make/unit-tests/depsrc-nometa.mk                         |  4 ++--
 usr.bin/make/unit-tests/depsrc-nometa_cmp.mk                     |  4 ++--
 usr.bin/make/unit-tests/depsrc-nopath.mk                         |  4 ++--
 usr.bin/make/unit-tests/depsrc-notmain.mk                        |  4 ++--
 usr.bin/make/unit-tests/depsrc-optional.mk                       |  4 ++--
 usr.bin/make/unit-tests/depsrc-phony.mk                          |  4 ++--
 usr.bin/make/unit-tests/depsrc-precious.mk                       |  4 ++--
 usr.bin/make/unit-tests/depsrc-recursive.mk                      |  4 ++--
 usr.bin/make/unit-tests/depsrc-silent.mk                         |  4 ++--
 usr.bin/make/unit-tests/depsrc-use.mk                            |  4 ++--
 usr.bin/make/unit-tests/depsrc-usebefore.mk                      |  4 ++--
 usr.bin/make/unit-tests/depsrc-wait.mk                           |  4 ++--
 usr.bin/make/unit-tests/depsrc.mk                                |  5 +++--
 usr.bin/make/unit-tests/deptgt-begin.mk                          |  4 ++--
 usr.bin/make/unit-tests/deptgt-default.mk                        |  4 ++--
 usr.bin/make/unit-tests/deptgt-delete_on_error.mk                |  4 ++--
 usr.bin/make/unit-tests/deptgt-end.mk                            |  4 ++--
 usr.bin/make/unit-tests/deptgt-error.mk                          |  4 ++--
 usr.bin/make/unit-tests/deptgt-ignore.mk                         |  4 ++--
 usr.bin/make/unit-tests/deptgt-interrupt.mk                      |  4 ++--
 usr.bin/make/unit-tests/deptgt-main.mk                           |  4 ++--
 usr.bin/make/unit-tests/deptgt-makeflags.mk                      |  4 ++--
 usr.bin/make/unit-tests/deptgt-no_parallel.mk                    |  4 ++--
 usr.bin/make/unit-tests/deptgt-nopath.mk                         |  4 ++--
 usr.bin/make/unit-tests/deptgt-notparallel.mk                    |  4 ++--
 usr.bin/make/unit-tests/deptgt-objdir.mk                         |  4 ++--
 usr.bin/make/unit-tests/deptgt-order.mk                          |  4 ++--
 usr.bin/make/unit-tests/deptgt-path-suffix.mk                    |  4 ++--
 usr.bin/make/unit-tests/deptgt-path.mk                           |  4 ++--
 usr.bin/make/unit-tests/deptgt-phony.mk                          |  4 ++--
 usr.bin/make/unit-tests/deptgt-precious.mk                       |  4 ++--
 usr.bin/make/unit-tests/deptgt-shell.mk                          |  4 ++--
 usr.bin/make/unit-tests/deptgt-silent.mk                         |  4 ++--
 usr.bin/make/unit-tests/deptgt-stale.mk                          |  4 ++--
 usr.bin/make/unit-tests/deptgt-suffixes.mk                       |  4 ++--
 usr.bin/make/unit-tests/deptgt.mk                                |  5 +++--
 usr.bin/make/unit-tests/directive-elif.mk                        |  4 ++--
 usr.bin/make/unit-tests/directive-elifdef.mk                     |  4 ++--
 usr.bin/make/unit-tests/directive-elifmake.mk                    |  4 ++--
 usr.bin/make/unit-tests/directive-elifndef.mk                    |  4 ++--
 usr.bin/make/unit-tests/directive-elifnmake.mk                   |  4 ++--
 usr.bin/make/unit-tests/directive-else.mk                        |  4 ++--
 usr.bin/make/unit-tests/directive-endif.mk                       |  4 ++--
 usr.bin/make/unit-tests/directive-error.mk                       |  4 ++--
 usr.bin/make/unit-tests/directive-export-env.mk                  |  4 ++--
 usr.bin/make/unit-tests/directive-export-literal.mk              |  4 ++--
 usr.bin/make/unit-tests/directive-export.mk                      |  4 ++--
 usr.bin/make/unit-tests/directive-if.mk                          |  4 ++--
 usr.bin/make/unit-tests/directive-ifdef.mk                       |  4 ++--
 usr.bin/make/unit-tests/directive-ifmake.mk                      |  4 ++--
 usr.bin/make/unit-tests/directive-ifndef.mk                      |  4 ++--
 usr.bin/make/unit-tests/directive-ifnmake.mk                     |  4 ++--
 usr.bin/make/unit-tests/directive-info.mk                        |  4 ++--
 usr.bin/make/unit-tests/directive-undef.mk                       |  4 ++--
 usr.bin/make/unit-tests/directive-unexport-env.mk                |  4 ++--
 usr.bin/make/unit-tests/directive-unexport.mk                    |  4 ++--
 usr.bin/make/unit-tests/directive-warning.mk                     |  4 ++--
 usr.bin/make/unit-tests/directive.mk                             |  4 ++--
 usr.bin/make/unit-tests/opt-backwards.mk                         |  4 ++--
 usr.bin/make/unit-tests/opt-chdir.mk                             |  4 ++--
 usr.bin/make/unit-tests/opt-debug.mk                             |  4 ++--
 usr.bin/make/unit-tests/opt-define.mk                            |  4 ++--
 usr.bin/make/unit-tests/opt-env.mk                               |  4 ++--
 usr.bin/make/unit-tests/opt-file.mk                              |  4 ++--
 usr.bin/make/unit-tests/opt-ignore.mk                            |  4 ++--
 usr.bin/make/unit-tests/opt-include-dir.mk                       |  4 ++--
 usr.bin/make/unit-tests/opt-jobs-internal.mk                     |  4 ++--
 usr.bin/make/unit-tests/opt-jobs.mk                              |  4 ++--
 usr.bin/make/unit-tests/opt-keep-going.mk                        |  4 ++--
 usr.bin/make/unit-tests/opt-m-include-dir.mk                     |  4 ++--
 usr.bin/make/unit-tests/opt-no-action-at-all.mk                  |  4 ++--
 usr.bin/make/unit-tests/opt-no-action.mk                         |  4 ++--
 usr.bin/make/unit-tests/opt-query.mk                             |  4 ++--
 usr.bin/make/unit-tests/opt-raw.mk                               |  4 ++--
 usr.bin/make/unit-tests/opt-silent.mk                            |  4 ++--
 usr.bin/make/unit-tests/opt-touch.mk                             |  4 ++--
 usr.bin/make/unit-tests/opt-tracefile.mk                         |  4 ++--
 usr.bin/make/unit-tests/opt-var-expanded.mk                      |  4 ++--
 usr.bin/make/unit-tests/opt-var-literal.mk                       |  4 ++--
 usr.bin/make/unit-tests/opt-warnings-as-errors.mk                |  4 ++--
 usr.bin/make/unit-tests/opt-where-am-i.mk                        |  4 ++--
 usr.bin/make/unit-tests/opt-x-reduce-exported.mk                 |  4 ++--
 usr.bin/make/unit-tests/opt.mk                                   |  4 ++--
 usr.bin/make/unit-tests/sh-jobs-error.mk                         |  5 +++--
 usr.bin/make/unit-tests/sh-jobs.mk                               |  5 +++--
 usr.bin/make/unit-tests/sh-leading-at.mk                         |  5 +++--
 usr.bin/make/unit-tests/sh-leading-hyphen.mk                     |  5 +++--
 usr.bin/make/unit-tests/sh-leading-plus.mk                       |  5 +++--
 usr.bin/make/unit-tests/sh-meta-chars.mk                         |  7 +++++--
 usr.bin/make/unit-tests/sh-multi-line.mk                         |  5 +++--
 usr.bin/make/unit-tests/sh-single-line.mk                        |  8 ++++++--
 usr.bin/make/unit-tests/sh.mk                                    |  5 +++--
 usr.bin/make/unit-tests/var-class-cmdline.mk                     |  4 ++--
 usr.bin/make/unit-tests/var-class-env.mk                         |  4 ++--
 usr.bin/make/unit-tests/var-class-global.mk                      |  4 ++--
 usr.bin/make/unit-tests/var-class-local-legacy.mk                |  4 ++--
 usr.bin/make/unit-tests/var-class-local.mk                       |  4 ++--
 usr.bin/make/unit-tests/var-class.mk                             |  5 +++--
 usr.bin/make/unit-tests/var-op-append.mk                         |  5 +++--
 usr.bin/make/unit-tests/var-op-assign.mk                         |  5 +++--
 usr.bin/make/unit-tests/var-op-default.mk                        |  5 +++--
 usr.bin/make/unit-tests/var-op-expand.mk                         |  5 +++--
 usr.bin/make/unit-tests/var-op-shell.mk                          |  5 +++--
 usr.bin/make/unit-tests/var-op.mk                                |  4 ++--
 usr.bin/make/unit-tests/varmod-defined.mk                        |  5 +++--
 usr.bin/make/unit-tests/varmod-extension.mk                      |  5 +++--
 usr.bin/make/unit-tests/varmod-hash.mk                           |  4 ++--
 usr.bin/make/unit-tests/varmod-head.mk                           |  5 +++--
 usr.bin/make/unit-tests/varmod-ifelse.mk                         |  5 +++--
 usr.bin/make/unit-tests/varmod-l-name-to-value.mk                |  4 ++--
 usr.bin/make/unit-tests/varmod-localtime.mk                      |  5 +++--
 usr.bin/make/unit-tests/varmod-match.mk                          |  5 +++--
 usr.bin/make/unit-tests/varmod-no-match.mk                       |  5 +++--
 usr.bin/make/unit-tests/varmod-order-reverse.mk                  |  5 +++--
 usr.bin/make/unit-tests/varmod-order-shuffle.mk                  |  5 +++--
 usr.bin/make/unit-tests/varmod-order.mk                          |  5 +++--
 usr.bin/make/unit-tests/varmod-path.mk                           |  5 +++--
 usr.bin/make/unit-tests/varmod-quote-dollar.mk                   |  6 ++++--
 usr.bin/make/unit-tests/varmod-quote.mk                          |  5 +++--
 usr.bin/make/unit-tests/varmod-range.mk                          |  5 +++--
 usr.bin/make/unit-tests/varmod-remember.mk                       |  5 +++--
 usr.bin/make/unit-tests/varmod-root.mk                           |  5 +++--
 usr.bin/make/unit-tests/varmod-select-words.mk                   |  5 +++--
 usr.bin/make/unit-tests/varmod-shell.mk                          |  5 +++--
 usr.bin/make/unit-tests/varmod-sysv.mk                           |  7 +++++--
 usr.bin/make/unit-tests/varmod-tail.mk                           |  5 +++--
 usr.bin/make/unit-tests/varmod-to-abs.mk                         |  5 +++--
 usr.bin/make/unit-tests/varmod-to-lower.mk                       |  5 +++--
 usr.bin/make/unit-tests/varmod-to-many-words.mk                  |  5 +++--
 usr.bin/make/unit-tests/varmod-to-one-word.mk                    |  5 +++--
 usr.bin/make/unit-tests/varmod-to-separator.mk                   |  5 +++--
 usr.bin/make/unit-tests/varmod-to-upper.mk                       |  5 +++--
 usr.bin/make/unit-tests/varmod-undefined.mk                      |  7 +++++--
 usr.bin/make/unit-tests/varmod-unique.mk                         |  5 +++--
 usr.bin/make/unit-tests/varmod.mk                                |  4 ++--
 usr.bin/make/unit-tests/varname-dollar.mk                        |  5 +++--
 usr.bin/make/unit-tests/varname-dot-alltargets.mk                |  4 ++--
 usr.bin/make/unit-tests/varname-dot-curdir.mk                    |  4 ++--
 usr.bin/make/unit-tests/varname-dot-includedfromdir.mk           |  4 ++--
 usr.bin/make/unit-tests/varname-dot-includedfromfile.mk          |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-dependfile.mk           |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-expand_variables.mk     |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-exported.mk             |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-jobs-prefix.mk          |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-jobs.mk                 |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-level.mk                |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-makefile_preference.mk  |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-makefiles.mk            |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-meta-bailiwick.mk       |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-meta-created.mk         |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-meta-files.mk           |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-meta-ignore_filter.mk   |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-meta-ignore_paths.mk    |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-meta-ignore_patterns.mk |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-meta-prefix.mk          |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-mode.mk                 |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-path_filemon.mk         |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-pid.mk                  |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-ppid.mk                 |  4 ++--
 usr.bin/make/unit-tests/varname-dot-make-save_dollars.mk         |  4 ++--
 usr.bin/make/unit-tests/varname-dot-makeoverrides.mk             |  4 ++--
 usr.bin/make/unit-tests/varname-dot-newline.mk                   |  4 ++--
 usr.bin/make/unit-tests/varname-dot-objdir.mk                    |  4 ++--
 usr.bin/make/unit-tests/varname-dot-parsedir.mk                  |  4 ++--
 usr.bin/make/unit-tests/varname-dot-parsefile.mk                 |  4 ++--
 usr.bin/make/unit-tests/varname-dot-path.mk                      |  4 ++--
 usr.bin/make/unit-tests/varname-dot-targets.mk                   |  4 ++--
 usr.bin/make/unit-tests/varname-make.mk                          |  4 ++--
 usr.bin/make/unit-tests/varname-make_print_var_on_error.mk       |  4 ++--
 usr.bin/make/unit-tests/varname-makeflags.mk                     |  4 ++--
 usr.bin/make/unit-tests/varname-pwd.mk                           |  4 ++--
 usr.bin/make/unit-tests/varname-vpath.mk                         |  4 ++--
 usr.bin/make/unit-tests/varname.mk                               |  4 ++--
 200 files changed, 457 insertions(+), 400 deletions(-)

diffs (truncated from 2457 to 300 lines):

diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-cmp-numeric.mk
--- a/usr.bin/make/unit-tests/cond-cmp-numeric.mk       Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-cmp-numeric.mk       Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-cmp-numeric.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-cmp-numeric.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for numeric comparisons in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-cmp-string.mk
--- a/usr.bin/make/unit-tests/cond-cmp-string.mk        Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-cmp-string.mk        Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-cmp-string.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-cmp-string.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for string comparisons in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-func-commands.mk
--- a/usr.bin/make/unit-tests/cond-func-commands.mk     Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-func-commands.mk     Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-func-commands.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-func-commands.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the commands() function in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-func-defined.mk
--- a/usr.bin/make/unit-tests/cond-func-defined.mk      Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-func-defined.mk      Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-func-defined.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-func-defined.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the defined() function in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-func-empty.mk
--- a/usr.bin/make/unit-tests/cond-func-empty.mk        Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-func-empty.mk        Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-func-empty.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-func-empty.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the empty() function in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-func-exists.mk
--- a/usr.bin/make/unit-tests/cond-func-exists.mk       Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-func-exists.mk       Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-func-exists.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-func-exists.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the exists() function in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-func-make.mk
--- a/usr.bin/make/unit-tests/cond-func-make.mk Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-func-make.mk Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-func-make.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-func-make.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the make() function in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-func-target.mk
--- a/usr.bin/make/unit-tests/cond-func-target.mk       Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-func-target.mk       Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-func-target.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-func-target.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the target() function in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-op-and.mk
--- a/usr.bin/make/unit-tests/cond-op-and.mk    Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-op-and.mk    Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-op-and.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-op-and.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the && operator in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-op-not.mk
--- a/usr.bin/make/unit-tests/cond-op-not.mk    Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-op-not.mk    Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-op-not.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-op-not.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the ! operator in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-op-or.mk
--- a/usr.bin/make/unit-tests/cond-op-or.mk     Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-op-or.mk     Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-op-or.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-op-or.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the || operator in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-op-parentheses.mk
--- a/usr.bin/make/unit-tests/cond-op-parentheses.mk    Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-op-parentheses.mk    Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-op-parentheses.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-op-parentheses.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for parentheses in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-op.mk
--- a/usr.bin/make/unit-tests/cond-op.mk        Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-op.mk        Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-op.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-op.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for operators like &&, ||, ! in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-token-number.mk
--- a/usr.bin/make/unit-tests/cond-token-number.mk      Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-token-number.mk      Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-token-number.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-token-number.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for number tokens in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-token-plain.mk
--- a/usr.bin/make/unit-tests/cond-token-plain.mk       Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-token-plain.mk       Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: cond-token-plain.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-token-plain.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for plain tokens (that is, string literals without quotes)
+# in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-token-string.mk
--- a/usr.bin/make/unit-tests/cond-token-string.mk      Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-token-string.mk      Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-token-string.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-token-string.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for quoted and unquoted string literals in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/cond-token-var.mk
--- a/usr.bin/make/unit-tests/cond-token-var.mk Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/cond-token-var.mk Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: cond-token-var.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: cond-token-var.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for variables in .if conditions.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/dep-colon.mk
--- a/usr.bin/make/unit-tests/dep-colon.mk      Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/dep-colon.mk      Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dep-colon.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: dep-colon.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the : operator in dependency declarations.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/dep-double-colon.mk
--- a/usr.bin/make/unit-tests/dep-double-colon.mk       Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/dep-double-colon.mk       Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dep-double-colon.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: dep-double-colon.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the :: operator in dependency declarations.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/dep-exclam.mk
--- a/usr.bin/make/unit-tests/dep-exclam.mk     Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/dep-exclam.mk     Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dep-exclam.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: dep-exclam.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the ! operator in dependency declarations.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/dep-wildcards.mk
--- a/usr.bin/make/unit-tests/dep-wildcards.mk  Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/dep-wildcards.mk  Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dep-wildcards.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: dep-wildcards.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for wildcards such as *.c in dependency declarations.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/dep.mk
--- a/usr.bin/make/unit-tests/dep.mk    Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/dep.mk    Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: dep.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: dep.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for dependency declarations, such as "target: sources".
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/depsrc-exec.mk
--- a/usr.bin/make/unit-tests/depsrc-exec.mk    Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/depsrc-exec.mk    Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: depsrc-exec.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: depsrc-exec.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the special source .EXEC in dependency declarations.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/depsrc-ignore.mk
--- a/usr.bin/make/unit-tests/depsrc-ignore.mk  Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/depsrc-ignore.mk  Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: depsrc-ignore.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: depsrc-ignore.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the special source .IGNORE in dependency declarations.
 
 # TODO: Implementation
 
diff -r 16a95bf5fd59 -r 33e2f4970b7f usr.bin/make/unit-tests/depsrc-made.mk
--- a/usr.bin/make/unit-tests/depsrc-made.mk    Sun Aug 16 12:48:55 2020 +0000
+++ b/usr.bin/make/unit-tests/depsrc-made.mk    Sun Aug 16 14:25:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: depsrc-made.mk,v 1.1 2020/08/16 12:07:51 rillig Exp $
+# $NetBSD: depsrc-made.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
 #
-# TODO: Description
+# Tests for the special source .MADE in dependency declarations.
 
 # TODO: Implementation



Home | Main Index | Thread Index | Old Index