..
.cvsignore
Ignore temporary files from running the unit tests
2019-11-30 02:35:28 +00:00
Makefile
tests/make: explain where "${var}" in .for loops comes from
2021-08-30 17:08:13 +00:00
archive-suffix.exp
make(1): fix assertion failure for .SUFFIXES in archives
2020-08-29 14:47:26 +00:00
archive-suffix.mk
make(1): clean up some tests
2020-11-15 14:07:53 +00:00
archive.exp
make(1): use consistent order in .OODATE in test archive.mk
2020-10-09 06:44:42 +00:00
archive.mk
Don't use a shell pattern to copy files, copy them explicitly. When running
2021-04-09 14:42:00 +00:00
cmd-errors-jobs.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
cmd-errors-jobs.mk
make(1): add test for expansion errors in jobs mode
2020-12-27 05:11:40 +00:00
cmd-errors-lint.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
cmd-errors-lint.mk
make(1): add test for parse errors in commands in lint mode (-dL)
2020-11-02 20:43:27 +00:00
cmd-errors.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
cmd-errors.mk
make(1): add test for expansion errors in jobs mode
2020-12-27 05:11:40 +00:00
cmd-interrupt.exp
make(1): fix test for interrupted command execution
2020-08-28 18:16:22 +00:00
cmd-interrupt.mk
make(1): clean up some tests
2020-11-15 14:07:53 +00:00
cmdline-redirect-stdin.exp
make: add test for reading from make's stdin
2021-02-01 20:31:41 +00:00
cmdline-redirect-stdin.mk
make: add test for reading from make's stdin
2021-02-01 20:31:41 +00:00
cmdline-undefined.exp
make(1): fix line numbers in test output of cmdline-undefined.mk
2020-11-04 04:47:56 +00:00
cmdline-undefined.mk
make(1): negate discardUndefined to preserveUndefined
2020-11-04 04:49:32 +00:00
cmdline.exp
Avoid test failures when more than one user run them.
2021-02-06 18:26:03 +00:00
cmdline.mk
Avoid test failures when more than one user run them.
2021-02-06 18:26:03 +00:00
comment.exp
make(1): extend and explain the test for comments
2020-09-07 19:17:36 +00:00
comment.mk
make(1): clean up some tests
2020-11-15 14:07:53 +00:00
compat-error.exp
make(1): fix .ERROR_TARGET in compat -k mode (since 2010-04-07)
2020-12-13 19:33:53 +00:00
compat-error.mk
make(1): fix .ERROR_TARGET in compat -k mode (since 2010-04-07)
2020-12-13 19:33:53 +00:00
cond-cmp-numeric-eq.exp
make(1): fix debug output for comparison operators in conditionals
2021-01-21 23:25:08 +00:00
cond-cmp-numeric-eq.mk
make(1): add test for comparison of large integers
2020-11-08 21:47:59 +00:00
cond-cmp-numeric-ge.exp
make(1): add tests for numeric comparisons in .if directives
2020-08-23 13:50:17 +00:00
cond-cmp-numeric-ge.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
cond-cmp-numeric-gt.exp
make(1): add tests for numeric comparisons in .if directives
2020-08-23 13:50:17 +00:00
cond-cmp-numeric-gt.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
cond-cmp-numeric-le.exp
make(1): add tests for numeric comparisons in .if directives
2020-08-23 13:50:17 +00:00
cond-cmp-numeric-le.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
cond-cmp-numeric-lt.exp
make(1): add tests for numeric comparisons in .if directives
2020-08-23 13:50:17 +00:00
cond-cmp-numeric-lt.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
cond-cmp-numeric-ne.exp
make(1): add tests for numeric comparisons in .if directives
2020-08-23 13:50:17 +00:00
cond-cmp-numeric-ne.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
cond-cmp-numeric.exp
tests/make: test spaces around numbers in comparisons
2021-07-29 06:31:18 +00:00
cond-cmp-numeric.mk
tests/make: test spaces around numbers in comparisons
2021-07-29 06:31:18 +00:00
cond-cmp-string.exp
make(1): replace warning + error with just an error in conditionals
2021-01-21 23:32:28 +00:00
cond-cmp-string.mk
make(1): add test for unsupported relational string comparisons
2021-01-19 19:54:57 +00:00
cond-cmp-unary.exp
make(1): add tests demonstrating bugs in TryParseNumber and EvalNotEmpty
2020-11-11 07:30:11 +00:00
cond-cmp-unary.mk
make(1): add tests demonstrating bugs in TryParseNumber and EvalNotEmpty
2020-11-11 07:30:11 +00:00
cond-eof.exp
make(1): add test for variable expressions after a parse error
2020-12-14 20:28:09 +00:00
cond-eof.mk
make(1): add test for variable expressions after a parse error
2020-12-14 20:28:09 +00:00
cond-func-commands.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
cond-func-commands.mk
make(1): clean up some tests
2020-11-15 14:07:53 +00:00
cond-func-defined.exp
make(1): remove "warning" from missing closing parenthesis
2021-01-22 00:12:01 +00:00
cond-func-defined.mk
make(1): clean up some tests
2020-11-15 14:07:53 +00:00
cond-func-empty.exp
make(1): clean up some tests
2020-11-15 14:07:53 +00:00
cond-func-empty.mk
make: clean up remaining references to VarEvalFlags
2021-04-11 13:35:56 +00:00
cond-func-exists.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
cond-func-exists.mk
make(1): add test for directory cache and exists()
2020-11-30 20:12:29 +00:00
cond-func-make-main.exp
make(1): document the selection of the main target
2020-11-22 19:37:27 +00:00
cond-func-make-main.mk
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
cond-func-make.exp
make(1): add test for make() function in conditions
2020-09-25 20:11:06 +00:00
cond-func-make.mk
make(1): add test for make() function in conditions
2020-09-25 20:11:06 +00:00
cond-func-target.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
cond-func-target.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
cond-func.exp
make(1): remove "warning" from missing closing parenthesis
2021-01-22 00:12:01 +00:00
cond-func.mk
make(1): clean up some tests
2020-11-15 14:07:53 +00:00
cond-late.exp
make: use straight quotes for error 'Bad conditional expression'
2021-04-19 22:22:27 +00:00
cond-late.mk
make(1): clean up some tests
2020-11-15 14:07:53 +00:00
cond-op-and-lint.exp
make(1): in lint mode, only allow '&&' and '||', not '&' and '|'
2020-11-08 23:54:28 +00:00
cond-op-and-lint.mk
make(1): in lint mode, only allow '&&' and '||', not '&' and '|'
2020-11-08 23:54:28 +00:00
cond-op-and.exp
make(1): add test for the &, && and &&& operators
2020-09-10 22:38:57 +00:00
cond-op-and.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
cond-op-not.exp
make(1): demonstrate wrong return value in CondParser_Term
2021-01-19 17:49:13 +00:00
cond-op-not.mk
make(1): demonstrate wrong return value in CondParser_Term
2021-01-19 17:49:13 +00:00
cond-op-or-lint.exp
make(1): in lint mode, only allow '&&' and '||', not '&' and '|'
2020-11-08 23:54:28 +00:00
cond-op-or-lint.mk
make(1): in lint mode, only allow '&&' and '||', not '&' and '|'
2020-11-08 23:54:28 +00:00
cond-op-or.exp
make(1): add tests for the |, ||, ||| operators
2020-09-10 22:44:08 +00:00
cond-op-or.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
cond-op-parentheses.exp
make(1): demonstrate wrong return value in CondParser_Term
2021-01-19 17:49:13 +00:00
cond-op-parentheses.mk
make(1): demonstrate wrong return value in CondParser_Term
2021-01-19 17:49:13 +00:00
cond-op.exp
make(1): add error handling for edge case in malformed conditions
2021-01-19 18:13:37 +00:00
cond-op.mk
make(1): update references to the renamed CondParser functions
2021-01-19 18:20:30 +00:00
cond-short.exp
make(1): adjust condition descriptions in test cond-short
2020-12-01 19:33:50 +00:00
cond-short.mk
tests/make: expand on the history of unnecessary evaluation
2021-09-07 20:41:58 +00:00
cond-token-number.exp
make(1): add remarks to the tests about conditions
2020-11-15 14:58:14 +00:00
cond-token-number.mk
make(1): add remarks to the tests about conditions
2020-11-15 14:58:14 +00:00
cond-token-plain.exp
make: do not allow unquoted 'left == right' after modifier ':?'
2021-09-21 22:38:25 +00:00
cond-token-plain.mk
make: do not allow unquoted 'left == right' after modifier ':?'
2021-09-21 22:38:25 +00:00
cond-token-string.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
cond-token-string.mk
make(1): add more tests for tokens in conditionals
2021-01-21 00:38:28 +00:00
cond-token-var.exp
make(1): add remarks to the tests about conditions
2020-11-15 14:58:14 +00:00
cond-token-var.mk
tests/make: add tests for ${...} without operator in conditions
2021-04-25 21:05:38 +00:00
cond-undef-lint.exp
make(1): add remarks to the tests about conditions
2020-11-15 14:58:14 +00:00
cond-undef-lint.mk
make(1): add remarks to the tests about conditions
2020-11-15 14:58:14 +00:00
cond1.exp
make: use straight quotes for error 'Bad conditional expression'
2021-04-19 22:22:27 +00:00
cond1.mk
make(1): add remarks to the tests about conditions
2020-11-15 14:58:14 +00:00
counter-append.exp
make(1): remove debug output from counter tests
2020-09-23 07:54:08 +00:00
counter-append.mk
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
counter.exp
make(1): remove debug output from counter tests
2020-09-23 07:54:08 +00:00
counter.mk
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
dep-colon-bug-cross-file.exp
make(1): fix missing check for duplicate commands in Parse_File
2020-09-25 23:30:16 +00:00
dep-colon-bug-cross-file.mk
make(1): fix CRLF line endings in unit tests
2020-09-27 09:53:41 +00:00
dep-colon.exp
make(1): add test for "target: source; command"
2020-10-17 20:10:04 +00:00
dep-colon.mk
make(1): add test for "target: source; command"
2020-10-17 20:10:04 +00:00
dep-double-colon-indep.exp
make(1): add test for the '::' dependency operator
2020-10-23 19:11:30 +00:00
dep-double-colon-indep.mk
make(1): add test for the '::' dependency operator
2020-10-23 19:11:30 +00:00
dep-double-colon.exp
make(1): add test for :: in the main target
2020-08-22 12:42:32 +00:00
dep-double-colon.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
dep-exclam.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
dep-exclam.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
dep-none.exp
make(1): add test for "no target to make"
2020-08-22 12:51:11 +00:00
dep-none.mk
make(1): add test for "no target to make"
2020-08-22 12:51:11 +00:00
dep-percent.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
dep-percent.mk
make(1): add test for dependencies of the form '%.o: %.c'
2020-10-23 19:54:35 +00:00
dep-var.exp
make(1): fix off-by-one error in SuffExpandChildren
2020-09-08 05:26:21 +00:00
dep-var.mk
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
dep-wildcards.exp
make(1): add test for dependencies of the form '%.o: %.c'
2020-10-23 19:54:35 +00:00
dep-wildcards.mk
make(1): add test for wildcards in dependency declarations
2020-09-08 05:33:05 +00:00
dep.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
dep.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
depsrc-end.exp
make(1): add test case in which .BEGIN depends on .END
2020-10-23 19:23:00 +00:00
depsrc-end.mk
make(1): add test case in which .BEGIN depends on .END
2020-10-23 19:23:00 +00:00
depsrc-exec.exp
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-exec.mk
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-ignore.exp
make(1): add test for the special .IGNORE dependency source
2020-08-29 15:06:33 +00:00
depsrc-ignore.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
depsrc-made.exp
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-made.mk
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-make.exp
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-make.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
depsrc-meta.exp
make(1): add very basic test about meta mode
2020-11-27 08:36:10 +00:00
depsrc-meta.mk
make(1): clean up after a successful .META test
2020-11-27 08:39:07 +00:00
depsrc-nometa.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
depsrc-nometa.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
depsrc-nometa_cmp.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
depsrc-nometa_cmp.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
depsrc-nopath.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
depsrc-nopath.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
depsrc-notmain.exp
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-notmain.mk
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-optional.exp
make(1): spell nonexistent consistently
2020-12-18 15:47:34 +00:00
depsrc-optional.mk
make(1): fix debug output in out-of-date for cohorts (since 2003-11-14)
2020-11-08 10:33:47 +00:00
depsrc-phony.exp
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-phony.mk
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-precious.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
depsrc-precious.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
depsrc-recursive.exp
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-recursive.mk
make(1): add tests for some of the special sources
2020-09-05 15:57:12 +00:00
depsrc-silent.exp
make(1): add tests for .SILENT, .BEGIN and .END
2020-08-29 17:34:21 +00:00
depsrc-silent.mk
make(1): add tests for .SILENT, .BEGIN and .END
2020-08-29 17:34:21 +00:00
depsrc-use.exp
make(1): add test for correct command order in .USE sources
2020-08-22 12:30:57 +00:00
depsrc-use.mk
make(1): add test for correct command order in .USE sources
2020-08-22 12:30:57 +00:00
depsrc-usebefore-double-colon.exp
make(1): add test for combining :: and .USEBEFORE
2020-08-22 08:29:13 +00:00
depsrc-usebefore-double-colon.mk
make(1): add test for combining :: and .USEBEFORE
2020-08-22 08:29:13 +00:00
depsrc-usebefore.exp
make(1): extend test for .USEBEFORE
2020-08-22 11:53:18 +00:00
depsrc-usebefore.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
depsrc-wait.exp
make(1): add test for the .WAIT dependency source
2020-09-07 18:40:32 +00:00
depsrc-wait.mk
make(1): add test for the .WAIT dependency source
2020-09-07 18:40:32 +00:00
depsrc.exp
make(1): add test for undefined variable in dependency declaration
2020-12-22 19:38:44 +00:00
depsrc.mk
make(1): add test for undefined variable in dependency declaration
2020-12-22 19:38:44 +00:00
deptgt-begin-fail-indirect.exp
make(1): fix error handling for .BEGIN dependency in -k mode
2020-11-24 19:04:42 +00:00
deptgt-begin-fail-indirect.mk
make(1): add test for bug in error handling of .BEGIN in -k mode
2020-11-24 19:02:59 +00:00
deptgt-begin-fail.exp
make(1): add test for bug in error handling of .BEGIN in -k mode
2020-11-24 19:02:59 +00:00
deptgt-begin-fail.mk
make(1): add test for bug in error handling of .BEGIN in -k mode
2020-11-24 19:02:59 +00:00
deptgt-begin.exp
make(1): add tests for the .BEGIN node
2020-11-15 20:47:01 +00:00
deptgt-begin.mk
make(1): document why .BEGIN cannot be combined with .USE/.USEBEFORE
2020-11-15 22:28:08 +00:00
deptgt-default.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-default.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-delete_on_error.exp
make(1): add test for deleting targets using .DELETE_ON_ERROR
2020-10-25 21:31:00 +00:00
deptgt-delete_on_error.mk
make(1): add test for deleting targets using .DELETE_ON_ERROR
2020-10-25 21:31:00 +00:00
deptgt-end-fail-all.exp
make(1): don't make .END if the main targets already failed
2020-12-07 01:04:06 +00:00
deptgt-end-fail-all.mk
make(1): don't make .END if the main targets already failed
2020-12-07 01:04:06 +00:00
deptgt-end-fail-indirect.exp
make(1): fix error handling for dependency of .END in -k mode
2020-11-24 18:17:45 +00:00
deptgt-end-fail-indirect.mk
make(1): add test for .END after failed main node
2020-12-06 21:22:04 +00:00
deptgt-end-fail.exp
make(1): don't make .END if the main targets already failed
2020-12-07 01:04:06 +00:00
deptgt-end-fail.mk
make(1): don't make .END if the main targets already failed
2020-12-07 01:04:06 +00:00
deptgt-end-jobs.exp
make(1): fix assertion failure in -j mode with .END node
2020-09-23 03:06:38 +00:00
deptgt-end-jobs.mk
make(1): fix assertion failure in -j mode with .END node
2020-09-23 03:06:38 +00:00
deptgt-end.exp
make(1): add test for .END depending on another target
2020-10-23 19:28:17 +00:00
deptgt-end.mk
make(1): add test for .END depending on another target
2020-10-23 19:28:17 +00:00
deptgt-error.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-error.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
deptgt-ignore.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-ignore.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
deptgt-interrupt.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-interrupt.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
deptgt-main.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-main.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
deptgt-makeflags.exp
make: in debug log, add space between scope and variable name
2021-04-05 13:35:41 +00:00
deptgt-makeflags.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
deptgt-no_parallel.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-no_parallel.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-nopath.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-nopath.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-notparallel.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-notparallel.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-objdir.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-objdir.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-order.exp
tests/make: add test for circular dependency in .ORDER
2021-06-17 15:25:33 +00:00
deptgt-order.mk
tests/make: add test for circular dependency in .ORDER
2021-06-17 15:25:33 +00:00
deptgt-path-suffix.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-path-suffix.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-path.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-path.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-phony.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-phony.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-precious.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-precious.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-shell.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-shell.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-silent.exp
make(1): add loud target to the .SILENT test
2020-11-15 20:49:20 +00:00
deptgt-silent.mk
make(1): add loud target to the .SILENT test
2020-11-15 20:49:20 +00:00
deptgt-stale.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
deptgt-stale.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
deptgt-suffixes.exp
make(1): test that suffixes can be listed in any order
2020-11-21 21:54:42 +00:00
deptgt-suffixes.mk
make(1): test that suffixes can be listed in any order
2020-11-21 21:54:42 +00:00
deptgt.exp
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
deptgt.mk
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
dir-expand-path.exp
make(1): add test for expanding wildcards in directories
2020-08-22 21:55:54 +00:00
dir-expand-path.mk
make(1): add test for expanding wildcards in directories
2020-08-22 21:55:54 +00:00
dir.exp
make(1): add test for debug log for expansion of curly braces
2020-10-31 21:30:03 +00:00
dir.mk
make(1): rename Dir_Expand to SearchPath_Expand
2021-01-23 10:48:49 +00:00
directive-dinclude.exp
make(1): add tests for the various .include directives
2020-09-13 09:20:23 +00:00
directive-dinclude.mk
make(1): add tests for the various .include directives
2020-09-13 09:20:23 +00:00
directive-elif.exp
make(1): rewrite tests for misspelled .elif directive
2020-12-19 19:49:01 +00:00
directive-elif.mk
make(1): rewrite tests for misspelled .elif directive
2020-12-19 19:49:01 +00:00
directive-elifdef.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
directive-elifdef.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
directive-elifmake.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
directive-elifmake.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
directive-elifndef.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
directive-elifndef.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
directive-elifnmake.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
directive-elifnmake.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
directive-else.exp
make(1): error out on .else with extraneous text
2020-12-14 22:17:11 +00:00
directive-else.mk
make(1): error out on .else with extraneous text
2020-12-14 22:17:11 +00:00
directive-endfor.exp
make(1): add test for .endfor without corresponding .for
2020-12-30 14:50:08 +00:00
directive-endfor.mk
make(1): add test for .endfor without corresponding .for
2020-12-30 14:50:08 +00:00
directive-endif.exp
make(1): error out if an '.endif' contains extraneous text
2020-12-14 21:56:17 +00:00
directive-endif.mk
make(1): error out if an '.endif' contains extraneous text
2020-12-14 21:56:17 +00:00
directive-error.exp
make(1): fix irrelevant message in -W mode
2021-01-27 00:02:38 +00:00
directive-error.mk
make(1): fix irrelevant message in -W mode
2021-01-27 00:02:38 +00:00
directive-export-env.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
directive-export-env.mk
make(1): error out on misspelled directives
2020-12-13 01:07:54 +00:00
directive-export-gmake.exp
make(1): add tests for parsing and exporting variables
2020-10-02 20:34:59 +00:00
directive-export-gmake.mk
make(1): fix test directive-export-gmake for dash
2020-11-17 20:16:44 +00:00
directive-export-impl.exp
make: reduce verbosity of the -dv debug logging for standard cases
2021-04-06 01:38:39 +00:00
directive-export-impl.mk
make: replace enum bit-set with struct bit-fields
2021-04-03 23:08:30 +00:00
directive-export-literal.exp
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
directive-export-literal.mk
make(1): error out on misspelled directives
2020-12-13 01:07:54 +00:00
directive-export.exp
make(1): error out on misspelled directives
2020-12-13 01:07:54 +00:00
directive-export.mk
make: test exporting a variable that itself depends on a subprocess
2021-02-16 19:01:18 +00:00
directive-for-errors.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
directive-for-errors.mk
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
directive-for-escape.exp
make: rename for_var_len to ExprLen
2021-09-02 07:02:07 +00:00
directive-for-escape.mk
make: rename for_var_len to ExprLen
2021-09-02 07:02:07 +00:00
directive-for-generating-endif.exp
make(1): add tests for .else and .for + .endif
2020-08-29 18:50:25 +00:00
directive-for-generating-endif.mk
make(1): add tests for .else and .for + .endif
2020-08-29 18:50:25 +00:00
directive-for-if.exp
tests/make: fix test directive-for-if
2021-09-01 22:44:50 +00:00
directive-for-if.mk
tests/make: explain where "${var}" in .for loops comes from
2021-08-30 17:08:13 +00:00
directive-for-lines.exp
make(1): add test for backslash continuation lines in .for loops
2020-12-19 12:40:00 +00:00
directive-for-lines.mk
make(1): add test for backslash continuation lines in .for loops
2020-12-19 12:40:00 +00:00
directive-for-null.exp
make(1): add test for null byte in .for loop body
2020-12-19 16:00:17 +00:00
directive-for-null.mk
make(1): add test for null byte in .for loop body
2020-12-19 16:00:17 +00:00
directive-for.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
directive-for.mk
make(1): add test for missing error handling in .for loop
2020-12-27 09:58:35 +00:00
directive-hyphen-include.exp
make(1): add tests for the various .include directives
2020-09-13 09:20:23 +00:00
directive-hyphen-include.mk
make(1): add tests for the various .include directives
2020-09-13 09:20:23 +00:00
directive-if-nested.exp
make(1): add more tests for parsing .if directives
2020-11-10 22:23:37 +00:00
directive-if-nested.mk
make(1): add more tests for parsing .if directives
2020-11-10 22:23:37 +00:00
directive-if.exp
make(1): fix error message for .info/.warning/.error without argument
2020-12-19 22:33:11 +00:00
directive-if.mk
make(1): fix error message for .info/.warning/.error without argument
2020-12-19 22:33:11 +00:00
directive-ifdef.exp
make(1): add tests for string literals in .ifdef
2021-01-21 23:03:41 +00:00
directive-ifdef.mk
make(1): add tests for string literals in .ifdef
2021-01-21 23:03:41 +00:00
directive-ifmake.exp
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
directive-ifmake.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
directive-ifndef.exp
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
directive-ifndef.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
directive-ifnmake.exp
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
directive-ifnmake.mk
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
directive-include-fatal.exp
make(1): fix line number in expected test result for .include
2020-09-13 09:23:14 +00:00
directive-include-fatal.mk
make: rename Parse_include_file to IncludeFile
2021-02-01 22:16:57 +00:00
directive-include.exp
make(1): move tests from directives.mk to separate tests
2020-11-03 17:17:31 +00:00
directive-include.mk
make(1): add test for .include with trailing garbage in the line
2020-11-21 14:59:11 +00:00
directive-info.exp
make(1): fix error message for .info/.warning/.error without argument
2020-12-19 22:33:11 +00:00
directive-info.mk
make(1): fix error message for .info/.warning/.error without argument
2020-12-19 22:33:11 +00:00
directive-misspellings.exp
make(1): error out on misspelled directives
2020-12-13 01:07:54 +00:00
directive-misspellings.mk
make(1): adjust timestamps in unit tests
2020-12-13 01:10:22 +00:00
directive-sinclude.exp
make(1): add tests for the various .include directives
2020-09-13 09:20:23 +00:00
directive-sinclude.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
directive-undef.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
directive-undef.mk
make: demonstrate inconsistency in .undef of an exported variable
2021-02-16 18:02:19 +00:00
directive-unexport-env.exp
make: reduce verbosity of the -dv debug logging for standard cases
2021-04-06 01:38:39 +00:00
directive-unexport-env.mk
make(1): error out on misspelled .export directives
2020-12-12 18:11:42 +00:00
directive-unexport.exp
make(1): error out on misspelled directives
2020-12-13 01:07:54 +00:00
directive-unexport.mk
make(1): error out on misspelled directives
2020-12-13 01:07:54 +00:00
directive-warning.exp
make(1): fix error message for .info/.warning/.error without argument
2020-12-19 22:33:11 +00:00
directive-warning.mk
make(1): fix error message for .info/.warning/.error without argument
2020-12-19 22:33:11 +00:00
directive.exp
make: in debug log, add space between scope and variable name
2021-04-05 13:35:41 +00:00
directive.mk
make(1): add tests for edge cases when parsing directives
2020-11-15 11:57:00 +00:00
dollar.exp
make(1): in tests, replace "dollar character" with "dollar sign"
2020-11-03 18:21:36 +00:00
dollar.mk
make(1): in tests, replace "dollar character" with "dollar sign"
2020-11-03 18:21:36 +00:00
doterror.exp
…
doterror.mk
make(1): use consistent RCS Id in test files
2020-10-24 08:34:59 +00:00
dotwait.exp
Ensure consistent results on different platforms.
2017-10-08 20:44:19 +00:00
dotwait.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
envfirst.exp
make(1): add tests for previously uncovered code
2020-07-25 21:19:29 +00:00
envfirst.mk
make: rename context and ctxt to scope
2021-02-04 21:42:46 +00:00
error.exp
make(1): clean up tests error.mk and escape.mk
2020-11-03 17:38:45 +00:00
error.mk
make(1): clean up tests error.mk and escape.mk
2020-11-03 17:38:45 +00:00
escape.exp
…
escape.mk
make(1): clean up tests error.mk and escape.mk
2020-11-03 17:38:45 +00:00
export-all.exp
…
export-all.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
export-env.exp
…
export-env.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
export-variants.exp
make(1): add test for exporting variables
2020-08-07 19:24:27 +00:00
export-variants.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
export.exp
Avoid test failures when more than one user run them.
2021-02-06 18:26:03 +00:00
export.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
forloop.exp
make(1): in test forloop.mk, replace shell execution with .info
2020-11-03 17:37:57 +00:00
forloop.mk
make(1): in test forloop.mk, replace shell execution with .info
2020-11-03 17:37:57 +00:00
forsubst.exp
…
forsubst.mk
make(1): document the interesting part of the test forsubst.mk
2020-11-03 17:59:27 +00:00
gnode-submake.exp
make: remove overengineered Enum_ValueToString
2021-02-02 17:56:31 +00:00
gnode-submake.mk
make(1): add test for OP_SUBMAKE
2020-11-07 23:25:06 +00:00
hanoi-include.exp
make(1): add test demonstrating the Towers of Hanoi puzzle
2020-10-03 17:30:54 +00:00
hanoi-include.mk
make(1): add test demonstrating the Towers of Hanoi puzzle
2020-10-03 17:30:54 +00:00
impsrc.exp
make(1): enable test for .IMPSRC
2020-08-07 13:43:50 +00:00
impsrc.mk
make(1): enable test for .IMPSRC
2020-08-07 13:43:50 +00:00
include-main.exp
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
include-main.mk
make(1): fix test for .INCLUDEDFROMFILE
2021-01-22 00:44:55 +00:00
include-sub.mk
make(1): remove word "Ptr" from variable names
2020-11-02 19:07:09 +00:00
include-subsub.mk
make(1): in -dp mode, print stack trace with each diagnostic
2021-01-26 23:44:56 +00:00
job-flags.exp
make(1): test ignoring errors from shell commands in jobs mode
2020-11-14 13:17:47 +00:00
job-flags.mk
make(1): test ignoring errors from shell commands in jobs mode
2020-11-14 13:17:47 +00:00
job-output-long-lines.exp
make(1): fix test job-output-long-lines
2020-09-29 18:16:24 +00:00
job-output-long-lines.mk
make(1): reduce amount of work in test job-output-long-lines.mk
2020-11-01 17:29:13 +00:00
job-output-null.exp
tests/make: make output of test job-output-null clearer
2021-09-12 10:26:49 +00:00
job-output-null.mk
tests/make: make output of test job-output-null clearer
2021-09-12 10:26:49 +00:00
jobs-empty-commands-error.exp
make: fix error handling in jobs mode
2021-06-16 09:47:51 +00:00
jobs-empty-commands-error.mk
tests/make: demonstrate wrong error handling in jobs mode
2021-06-16 09:39:48 +00:00
jobs-empty-commands.exp
make(1): demonstrate unnecessary creation of empty files in jobs mode
2021-01-29 22:38:17 +00:00
jobs-empty-commands.mk
make(1): add test for combining the options -j, -n, -t
2021-01-30 12:46:38 +00:00
jobs-error-indirect.exp
make(1): add tests for suppressing "stopped in"
2020-12-01 17:50:04 +00:00
jobs-error-indirect.mk
make(1): add tests for suppressing "stopped in"
2020-12-01 17:50:04 +00:00
jobs-error-nested-make.exp
Ensure PrintOnError always reports 'stopped in' on first call.
2021-01-08 21:46:50 +00:00
jobs-error-nested-make.mk
Remove .MAKE from nested target which is not a sub-make
2021-01-07 18:11:23 +00:00
jobs-error-nested.exp
make(1): add tests for suppressing "stopped in"
2020-12-01 17:50:04 +00:00
jobs-error-nested.mk
make(1): add tests for suppressing "stopped in"
2020-12-01 17:50:04 +00:00
lint.exp
make(1): in lint mode, exit with error status on errors
2020-11-01 00:24:57 +00:00
lint.mk
make(1): update documentation of test lint.mk
2021-01-30 13:50:18 +00:00
make-exported.exp
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
make-exported.mk
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
meta-cmd-cmp.exp
Add some tests for meta mode
2020-11-30 18:32:49 +00:00
meta-cmd-cmp.mk
Don't let gcov mess up results
2020-12-05 22:51:34 +00:00
moderrs.exp
tests/make: remove unnecessary -dL from moderrs.mk
2021-06-21 08:28:37 +00:00
moderrs.mk
tests/make: remove unnecessary -dL from moderrs.mk
2021-06-21 08:28:37 +00:00
modmatch.exp
make(1): move tests for the :M modifier into separate files
2020-08-16 20:03:52 +00:00
modmatch.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
modmisc.exp
make(1): move tests for indirect modifiers around
2020-12-20 19:29:06 +00:00
modmisc.mk
make(1): move tests for indirect modifiers around
2020-12-20 19:29:06 +00:00
modts.exp
make: improve error message for bad modifier in variable expression
2021-02-23 16:07:14 +00:00
modts.mk
make(1): clean up unit tests
2020-11-03 18:42:33 +00:00
modword.exp
make: add test for edge case in modifier ':[...]'
2021-03-14 16:00:07 +00:00
modword.mk
make: add test for edge case in modifier ':[...]'
2021-03-14 16:00:07 +00:00
objdir-writable.exp
Do not assume /tmp is safe to use if TMPDIR is set
2021-07-04 01:28:54 +00:00
objdir-writable.mk
Do not assume /tmp is safe to use if TMPDIR is set
2021-07-04 01:28:54 +00:00
opt-backwards.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-backwards.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-chdir.exp
make(1): exit 2 on technical errors
2020-12-27 11:47:04 +00:00
opt-chdir.mk
Do not trust that /nonexistent does not exist
2021-05-18 17:05:45 +00:00
opt-debug-all.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-all.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-archive.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-archive.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-cond.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-cond.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-curdir.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-curdir.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-dir.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-dir.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-errors-jobs.exp
make: remove stray space in -de output in jobs mode
2021-04-27 16:23:21 +00:00
opt-debug-errors-jobs.mk
tests/make: test the combination of -de with -j1
2021-04-27 16:20:06 +00:00
opt-debug-errors.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
opt-debug-errors.mk
make(1): add test for the -de option
2020-09-06 04:35:03 +00:00
opt-debug-file.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-file.mk
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
opt-debug-for.exp
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
opt-debug-for.mk
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
opt-debug-graph1.exp
make: remove overengineered Enum_ValueToString
2021-02-02 17:56:31 +00:00
opt-debug-graph1.mk
make(1): remove trailing whitespace in -dg1 debug output
2020-09-05 06:46:12 +00:00
opt-debug-graph2.exp
make: remove overengineered Enum_ValueToString
2021-02-02 17:56:31 +00:00
opt-debug-graph2.mk
make: when exiting due to an error, print graph information
2021-02-02 17:47:56 +00:00
opt-debug-graph3.exp
make: remove overengineered Enum_ValueToString
2021-02-02 17:56:31 +00:00
opt-debug-graph3.mk
make: when exiting due to an error, print graph information
2021-02-02 17:47:56 +00:00
opt-debug-hash.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-hash.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-jobs.exp
make(1): move Job.xtraced to ShellWriter
2020-12-12 10:21:50 +00:00
opt-debug-jobs.mk
make(1): avoid race condition in test opt-debug-jobs
2020-11-12 21:54:52 +00:00
opt-debug-lint.exp
make: fix wrong expression evaluation in -dL mode
2021-03-14 10:57:12 +00:00
opt-debug-lint.mk
make: fix wrong expression evaluation in -dL mode
2021-03-14 10:57:12 +00:00
opt-debug-loud.exp
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
opt-debug-loud.mk
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
opt-debug-making.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-making.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-meta.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-meta.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-no-rm.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-no-rm.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-parse.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-parse.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-suff.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-suff.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-targets.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-targets.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-var.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-var.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-varraw.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-varraw.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-x-trace.exp
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug-x-trace.mk
make(1): add tests for each debug option
2020-09-05 06:20:50 +00:00
opt-debug.exp
make: in debug log, add space between scope and variable name
2021-04-05 13:35:41 +00:00
opt-debug.mk
make(1): revert previous commit
2020-10-05 19:27:47 +00:00
opt-define.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-define.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-env.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-env.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-file.exp
make(1): re-add improved assertion in ParseGetLine
2020-12-22 08:51:30 +00:00
opt-file.mk
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
opt-ignore.exp
make(1): switch some tests to line-buffered stdout
2020-10-18 18:12:42 +00:00
opt-ignore.mk
make(1): in tests, move command line arguments into the test proper
2020-11-09 20:50:56 +00:00
opt-include-dir.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-include-dir.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-jobs-internal.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-jobs-internal.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-jobs-no-action.exp
make(1): name Shell fields consistently
2020-12-10 23:54:41 +00:00
opt-jobs-no-action.mk
make: rename ambiguous functions
2021-04-04 09:58:51 +00:00
opt-jobs.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-jobs.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-keep-going-multiple.exp
make(1): fix wrong exit status for multiple failed main targets
2020-12-07 01:35:33 +00:00
opt-keep-going-multiple.mk
make(1): add test for wrong exit status 0 after failed targets with -k
2020-12-07 01:32:04 +00:00
opt-keep-going.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
opt-keep-going.mk
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
opt-m-include-dir.exp
make(1): add test for the -m option, the special .../ path
2020-09-01 20:14:34 +00:00
opt-m-include-dir.mk
make(1): add test for the -m option, the special .../ path
2020-09-01 20:14:34 +00:00
opt-no-action-at-all.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-no-action-at-all.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-no-action-runflags.exp
make(1): add test for the -n option combined with RunFlags
2020-12-09 07:57:51 +00:00
opt-no-action-runflags.mk
make(1): add test for the -n option combined with RunFlags
2020-12-09 07:57:51 +00:00
opt-no-action-touch.exp
make(1): add test for combining the options -j, -n, -t
2021-01-30 12:46:38 +00:00
opt-no-action-touch.mk
make(1): add test for combining the options -j, -n, -t
2021-01-30 12:46:38 +00:00
opt-no-action.exp
make(1): add test for the -n option
2020-08-19 05:25:26 +00:00
opt-no-action.mk
make(1): in tests, move command line arguments into the test proper
2020-11-09 20:50:56 +00:00
opt-query.exp
make(1): add test for the -q option
2020-08-19 05:13:18 +00:00
opt-query.mk
make(1): in tests, move command line arguments into the test proper
2020-11-09 20:50:56 +00:00
opt-raw.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-raw.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-silent.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-silent.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-touch-jobs.exp
make(1): add test for the -t option in jobs mode
2020-11-14 15:35:20 +00:00
opt-touch-jobs.mk
make(1): explain test opt-touch-jobs
2021-01-30 12:14:08 +00:00
opt-touch.exp
make(1): add test for touching a .MAKE target
2020-11-14 14:13:09 +00:00
opt-touch.mk
make(1): add test for touching a .MAKE target
2020-11-14 14:13:09 +00:00
opt-tracefile.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-tracefile.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-var-expanded.exp
make(1): add tests for the -i -k -v -V -W options
2020-08-23 14:28:04 +00:00
opt-var-expanded.mk
make(1): in tests, move command line arguments into the test proper
2020-11-09 20:50:56 +00:00
opt-var-literal.exp
make(1): add tests for the -i -k -v -V -W options
2020-08-23 14:28:04 +00:00
opt-var-literal.mk
make(1): in tests, move command line arguments into the test proper
2020-11-09 20:50:56 +00:00
opt-warnings-as-errors.exp
make(1): fix irrelevant message in -W mode
2021-01-27 00:02:38 +00:00
opt-warnings-as-errors.mk
make(1): fix irrelevant message in -W mode
2021-01-27 00:02:38 +00:00
opt-where-am-i.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-where-am-i.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt-x-reduce-exported.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
opt-x-reduce-exported.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
opt.exp
make(1): fix wrong exit status for multiple failed main targets
2020-12-07 01:35:33 +00:00
opt.mk
Always use -r -f /dev/null when not intending to read a makefile
2020-11-18 01:06:59 +00:00
order.exp
…
order.mk
make(1): in tests, move command line arguments into the test proper
2020-11-09 20:50:56 +00:00
parse-var.exp
make(1): add tests for parsing assignments, especially :sh
2020-10-04 06:53:15 +00:00
parse-var.mk
make(1): add tests for parsing assignments, especially :sh
2020-10-04 06:53:15 +00:00
phony-end.exp
make(1): enable test phony-end
2020-08-07 14:26:18 +00:00
phony-end.mk
make(1): use consistent RCS Id in test files
2020-10-24 08:34:59 +00:00
posix.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
posix.mk
make(1): use consistent RCS Id in test files
2020-10-24 08:34:59 +00:00
posix1.exp
…
posix1.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
recursive.exp
make(1): in tests, move command line arguments into the test proper
2020-11-09 20:50:56 +00:00
recursive.mk
make: replace enum bit-field with struct bit-field for VarEvalFlags
2021-03-15 12:15:03 +00:00
sh-dots.exp
make(1): normalize output of test sh-dots for non-native mode
2020-12-07 22:27:56 +00:00
sh-dots.mk
make(1): add tests for generating the ... command indirectly
2020-10-25 22:04:24 +00:00
sh-errctl.exp
Prune job debug output that may appear out of order.
2020-12-13 05:13:38 +00:00
sh-errctl.mk
make(1): add test for a shell with error control
2020-12-12 15:06:11 +00:00
sh-flags.exp
make(1): reduce number of test cases in sh-flags.mk
2020-12-12 12:19:18 +00:00
sh-flags.mk
make(1): reduce number of test cases in sh-flags.mk
2020-12-12 12:19:18 +00:00
sh-jobs-error.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
sh-jobs-error.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
sh-jobs.exp
make(1): add tests for comments and non-comments in jobs mode
2020-12-11 01:06:10 +00:00
sh-jobs.mk
make: use distinct wording for writing to the shell commands file
2021-04-16 16:49:27 +00:00
sh-leading-at.exp
make(1): add test for repeating the leading '@' in shell commands
2020-11-09 20:57:36 +00:00
sh-leading-at.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
sh-leading-hyphen.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
sh-leading-hyphen.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
sh-leading-plus.exp
make(1): add test for + commands with the -n command line option
2020-08-23 14:46:33 +00:00
sh-leading-plus.mk
make(1): in tests, move command line arguments into the test proper
2020-11-09 20:50:56 +00:00
sh-meta-chars.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
sh-meta-chars.mk
make(1): normalize output of test sh-dots for non-native mode
2020-12-07 22:27:56 +00:00
sh-multi-line.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
sh-multi-line.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
sh-single-line.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
sh-single-line.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
sh.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
sh.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
shell-csh.exp
make(1): demonstrate naive output filtering with csh in parallel mode
2020-10-03 15:38:13 +00:00
shell-csh.mk
make: rename ambiguous functions
2021-04-04 09:58:51 +00:00
shell-custom.exp
make(1): add tests for the various supported shells
2020-10-03 14:39:36 +00:00
shell-custom.mk
make(1): add tests for the various supported shells
2020-10-03 14:39:36 +00:00
shell-ksh.exp
make(1): add tests for the various supported shells
2020-10-03 14:39:36 +00:00
shell-ksh.mk
make(1): add tests for the various supported shells
2020-10-03 14:39:36 +00:00
shell-sh.exp
make(1): add tests for the various supported shells
2020-10-03 14:39:36 +00:00
shell-sh.mk
make(1): add tests for the various supported shells
2020-10-03 14:39:36 +00:00
suff-add-later.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
suff-add-later.mk
make(1): enable suffix log for test suff-add-later.mk
2020-10-21 08:18:24 +00:00
suff-clear-regular.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
suff-clear-regular.mk
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
suff-clear-single.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
suff-clear-single.mk
make(1): split test suffixes.mk into simpler, isolated tests
2020-10-20 20:36:53 +00:00
suff-incomplete.exp
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
suff-incomplete.mk
make(1): document the type of the .DEFAULT node
2020-11-22 11:05:49 +00:00
suff-lookup.exp
make(1): add more debugging for searching transformation rules
2020-11-22 21:34:34 +00:00
suff-lookup.mk
make(1): extend test suff-lookup.mk
2020-10-24 03:18:22 +00:00
suff-main-several.exp
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
suff-main-several.mk
make(1): add another unit test for suffix handling
2020-11-22 20:36:17 +00:00
suff-main.exp
make(1): add test for turning a target into a transformation
2020-10-18 16:33:18 +00:00
suff-main.mk
make(1): add test for turning a target into a transformation
2020-10-18 16:33:18 +00:00
suff-phony.exp
make(1): test that .PHONY targets are not resolved using suffix rules
2020-11-23 15:00:32 +00:00
suff-phony.mk
make(1): test that .PHONY targets are not resolved using suffix rules
2020-11-23 15:00:32 +00:00
suff-rebuild.exp
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
suff-rebuild.mk
make(1): add explanation for test suff-rebuild
2020-11-21 12:01:16 +00:00
suff-self.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
suff-self.mk
make(1): add test for self-referencing suffix rule
2020-11-16 15:12:16 +00:00
suff-transform-debug.exp
make: remove overengineered Enum_ValueToString
2021-02-02 17:56:31 +00:00
suff-transform-debug.mk
make(1): add test for debug output from transformation rules
2020-11-22 23:45:20 +00:00
suff-transform-endless.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
suff-transform-endless.mk
make(1): fix endless loop when resolving circular suffix rules
2020-11-23 14:47:12 +00:00
suff-transform-expand.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
suff-transform-expand.mk
make(1): split test suffixes.mk into simpler, isolated tests
2020-10-20 20:36:53 +00:00
suff-transform-select.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
suff-transform-select.mk
make(1): fix endless loop when resolving circular suffix rules
2020-11-23 14:47:12 +00:00
sunshcmd.exp
…
sunshcmd.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
ternary.exp
…
ternary.mk
make(1): use consistent RCS Id in test files
2020-10-24 08:34:59 +00:00
unexport-env.exp
…
unexport-env.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
unexport.exp
…
unexport.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
use-inference.exp
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
use-inference.mk
make(1): fix exit status in -k mode if a dependency fails
2020-12-07 00:53:30 +00:00
var-class-cmdline.exp
make: document the history of bugs in "cmdline overrides global"
2021-02-23 21:59:31 +00:00
var-class-cmdline.mk
make: document the history of bugs in "cmdline overrides global"
2021-02-23 21:59:31 +00:00
var-class-env.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
var-class-env.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
var-class-global.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
var-class-global.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
var-class-local-legacy.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
var-class-local-legacy.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
var-class-local.exp
make(1): add test for legacy local variables @F, @D
2020-11-05 18:08:39 +00:00
var-class-local.mk
make(1): add test for legacy local variables @F, @D
2020-11-05 18:08:39 +00:00
var-class.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
var-class.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
var-eval-short.exp
tests/make: expand on the history of unnecessary evaluation
2021-09-07 20:41:58 +00:00
var-eval-short.mk
tests/make: expand on the history of unnecessary evaluation
2021-09-07 20:41:58 +00:00
var-op-append.exp
make: in debug log, add space between scope and variable name
2021-04-05 13:35:41 +00:00
var-op-append.mk
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
var-op-assign.exp
make: replace parse error "Need an operator" with better message
2021-02-01 21:56:03 +00:00
var-op-assign.mk
make: improve documentation of ApplyModifiersState
2021-03-15 19:15:04 +00:00
var-op-default.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
var-op-default.mk
make(1): add tests and tutorial for the ?= assignment operator
2020-12-07 21:35:43 +00:00
var-op-expand.exp
make(1): move test result of var-op-expand.mk from exp to mk
2020-12-27 21:31:27 +00:00
var-op-expand.mk
var-op-expand needs MAKE.SAVE_DOLLARS=yes
2021-01-01 23:07:48 +00:00
var-op-shell.exp
Use plain kill to test signaled child
2021-02-06 04:55:08 +00:00
var-op-shell.mk
Use plain kill to test signaled child
2021-02-06 04:55:08 +00:00
var-op-sunsh.exp
make(1): fix parsing of the :sh assignment operator modifier
2020-10-04 07:49:45 +00:00
var-op-sunsh.mk
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
var-op.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
var-op.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
var-recursive.exp
make(1): add test for recursion detection with short variable names
2020-10-31 13:45:00 +00:00
var-recursive.mk
make(1): add test for recursion detection with short variable names
2020-10-31 13:45:00 +00:00
varcmd.exp
Ensure VAR+=val on command line is handled correctly
2017-12-08 03:36:42 +00:00
varcmd.mk
make: document the bad state in which the test varcmd.mk is
2021-02-16 19:43:09 +00:00
vardebug.exp
make: reword debug log message for empty variable name
2021-04-10 22:35:02 +00:00
vardebug.mk
make: rename context and ctxt to scope
2021-02-04 21:42:46 +00:00
varfind.exp
make(1): add tests for previously uncovered code
2020-07-25 21:19:29 +00:00
varfind.mk
make(1): add tests for previously uncovered code
2020-07-25 21:19:29 +00:00
varmisc.exp
make: improve error message for unclosed modifier
2021-02-23 15:56:29 +00:00
varmisc.mk
make: rename context and ctxt to scope
2021-02-04 21:42:46 +00:00
varmod-assign.exp
make: reduce verbosity of the -dv debug logging for standard cases
2021-04-06 01:38:39 +00:00
varmod-assign.mk
make: fix double varname expansion in the variable modifier '::='
2021-03-15 18:56:37 +00:00
varmod-defined.exp
make: in debug log, add space between scope and variable name
2021-04-05 13:35:41 +00:00
varmod-defined.mk
make: clean up remaining references to VarEvalFlags
2021-04-11 13:35:56 +00:00
varmod-edge.exp
make: improve error message for unclosed modifier
2021-02-23 15:56:29 +00:00
varmod-edge.mk
make: improve error message for unclosed modifier
2021-02-23 15:56:29 +00:00
varmod-exclam-shell.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-exclam-shell.mk
make(1): clean up unit tests
2020-11-03 18:42:33 +00:00
varmod-extension.exp
make(1): add tests for variable modifiers on trailing slashes
2020-12-20 22:57:40 +00:00
varmod-extension.mk
make(1): add tests for variable modifiers on trailing slashes
2020-12-20 22:57:40 +00:00
varmod-gmtime.exp
make(1): fix tests for :gmtime and :localtime for 32-bit time_t
2021-01-19 05:26:34 +00:00
varmod-gmtime.mk
make(1): fix tests for :gmtime and :localtime for 32-bit time_t
2021-01-19 05:26:34 +00:00
varmod-hash.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
varmod-hash.mk
make(1): add test for :hash returning ffffffff
2020-09-04 06:54:07 +00:00
varmod-head.exp
make(1): add tests for variable modifiers on trailing slashes
2020-12-20 22:57:40 +00:00
varmod-head.mk
make(1): add tests for variable modifiers on trailing slashes
2020-12-20 22:57:40 +00:00
varmod-ifelse.exp
tests/make: demonstrate handling of '+' and '*' in modifier ':?'
2021-06-11 13:01:28 +00:00
varmod-ifelse.mk
tests/make: demonstrate handling of '+' and '*' in modifier ':?'
2021-06-11 13:01:28 +00:00
varmod-indirect.exp
make: reduce debug logging and memory allocation for ${:U...}
2021-04-10 22:09:54 +00:00
varmod-indirect.mk
make: rename ApplyModifiersState to ModChain
2021-03-15 20:00:50 +00:00
varmod-l-name-to-value.exp
make(1): fix bug in evaluation of indirect variable modifiers
2020-09-30 05:58:22 +00:00
varmod-l-name-to-value.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
varmod-localtime.exp
make(1): fix tests for :gmtime and :localtime for 32-bit time_t
2021-01-19 05:26:34 +00:00
varmod-localtime.mk
make(1): fix tests for :gmtime and :localtime for 32-bit time_t
2021-01-19 05:26:34 +00:00
varmod-loop-varname.exp
make: disallow '$' in the variable name of the modifier ':@'
2021-04-04 13:35:25 +00:00
varmod-loop-varname.mk
make: disallow '$' in the variable name of the modifier ':@'
2021-04-04 13:35:25 +00:00
varmod-loop.exp
tests/make: split test for modifier ':@' into separate files
2021-04-04 13:20:52 +00:00
varmod-loop.mk
make: clean up remaining references to VarEvalFlags
2021-04-11 13:35:56 +00:00
varmod-match-escape.exp
make: reduce debug logging and memory allocation for ${:U...}
2021-04-10 22:09:54 +00:00
varmod-match-escape.mk
make: use C99 bool type instead of defining its own
2021-04-03 11:08:40 +00:00
varmod-match.exp
make(1): add test for escaping dollars in the :M variable modifier
2020-09-12 22:35:43 +00:00
varmod-match.mk
make(1): add remarks to var.c and the test varmod-match
2020-11-15 18:33:41 +00:00
varmod-no-match.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-no-match.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varmod-order-numeric.exp
tests/make: split tests for the variable modifier ':O'
2021-07-31 20:55:45 +00:00
varmod-order-numeric.mk
tests/make: fix test for the variable modifier ':On'
2021-08-03 04:46:49 +00:00
varmod-order-reverse.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-order-reverse.mk
tests/make: fix test for the variable modifier ':On'
2021-08-03 04:46:49 +00:00
varmod-order-shuffle.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-order-shuffle.mk
tests/make: fix test for the variable modifier ':On'
2021-08-03 04:46:49 +00:00
varmod-order-string.exp
tests/make: split tests for the variable modifier ':O'
2021-07-31 20:55:45 +00:00
varmod-order-string.mk
tests/make: fix test for the variable modifier ':On'
2021-08-03 04:46:49 +00:00
varmod-order.exp
tests/make: fix test for the variable modifier ':On'
2021-08-03 04:46:49 +00:00
varmod-order.mk
tests/make: fix test for the variable modifier ':On'
2021-08-03 04:46:49 +00:00
varmod-path.exp
make(1): add test for the :P variable modifier
2020-08-23 08:10:49 +00:00
varmod-path.mk
make(1): add test for the :P variable modifier
2020-08-23 08:10:49 +00:00
varmod-quote-dollar.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-quote-dollar.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varmod-quote.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-quote.mk
make(1): add test for the :Q modifier
2020-10-29 19:07:45 +00:00
varmod-range.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
varmod-range.mk
make(1): treat malformed :range, :ts and :[...] as errors
2020-11-01 14:36:25 +00:00
varmod-remember.exp
tests/make: convert test for ':_' modifier to parse time
2021-03-14 17:07:11 +00:00
varmod-remember.mk
make: do not expand the variable name in the ':_' modifier
2021-03-14 17:27:27 +00:00
varmod-root.exp
make(1): add tests for variable modifiers on trailing slashes
2020-12-20 22:57:40 +00:00
varmod-root.mk
make(1): add tests for variable modifiers on trailing slashes
2020-12-20 22:57:40 +00:00
varmod-select-words.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-select-words.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varmod-shell.exp
make(1): fix error message of failed :!cmd! modifier (since 2000-04-29)
2020-11-17 20:11:02 +00:00
varmod-shell.mk
make: add test for the variable modifier ':sh'
2021-02-14 20:16:17 +00:00
varmod-subst-regex.exp
tests/make: move and extend test for unmatched '\1' in ':C'
2021-06-21 08:17:39 +00:00
varmod-subst-regex.mk
tests/make: move and extend test for unmatched '\1' in ':C'
2021-06-21 08:17:39 +00:00
varmod-subst.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
varmod-subst.mk
tests/make: test modifier ':S' with replacement '&'
2021-09-06 21:18:55 +00:00
varmod-sun-shell.exp
make: add test for the variable modifier ':sh'
2021-02-14 20:16:17 +00:00
varmod-sun-shell.mk
make: add test for the variable modifier ':sh'
2021-02-14 20:16:17 +00:00
varmod-sysv.exp
tests/make: fix test for modifier ':from=to'
2021-04-12 16:09:57 +00:00
varmod-sysv.mk
tests/make: fix test for modifier ':from=to'
2021-04-12 16:09:57 +00:00
varmod-tail.exp
make(1): add tests for variable modifiers on trailing slashes
2020-12-20 22:57:40 +00:00
varmod-tail.mk
make(1): add tests for variable modifiers on trailing slashes
2020-12-20 22:57:40 +00:00
varmod-to-abs.exp
make(1): fix test varmod-to-abs with USE_ABSOLUTE_TESTNAMES=yes
2020-11-15 05:48:17 +00:00
varmod-to-abs.mk
make(1): fix test varmod-to-abs with USE_ABSOLUTE_TESTNAMES=yes
2020-11-15 05:48:17 +00:00
varmod-to-lower.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-to-lower.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
varmod-to-many-words.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-to-many-words.mk
make(1): add tests for :tW and :tw modifiers
2020-12-20 23:29:50 +00:00
varmod-to-one-word.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-to-one-word.mk
make(1): add tests for :tW and :tw modifiers
2020-12-20 23:29:50 +00:00
varmod-to-separator.exp
make: improve error message for bad modifier in variable expression
2021-02-23 16:07:14 +00:00
varmod-to-separator.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
varmod-to-upper.exp
make(1): move tests for the :tu and :_ modifiers into separate files
2020-08-23 15:18:43 +00:00
varmod-to-upper.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
varmod-undefined.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varmod-undefined.mk
make(1): update and add comments in tests
2020-11-15 20:20:58 +00:00
varmod-unique.exp
make(1): fix the :u modifier, which was broken for almost a day
2020-08-31 17:41:38 +00:00
varmod-unique.mk
tests/make: test whitespace normalization for modifier ':u'
2021-05-30 20:26:41 +00:00
varmod.exp
make(1): fix error message for .info/.warning/.error without argument
2020-12-19 22:33:11 +00:00
varmod.mk
make(1): fix error message for .info/.warning/.error without argument
2020-12-19 22:33:11 +00:00
varname-dollar.exp
make(1): add test for the $$ expression
2020-08-19 05:40:06 +00:00
varname-dollar.mk
make(1): add test for the $$ expression
2020-08-19 05:40:06 +00:00
varname-dot-alltargets.exp
make(1): add test for the .ALLTARGETS special variable
2020-08-25 22:51:54 +00:00
varname-dot-alltargets.mk
make(1): add test for the .ALLTARGETS special variable
2020-08-25 22:51:54 +00:00
varname-dot-curdir.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-curdir.mk
make(1): move test for .CURDIR from misc.mk to varname-dot-curname.mk
2020-10-08 19:09:08 +00:00
varname-dot-includedfromdir.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-includedfromdir.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-includedfromfile.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-includedfromfile.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-includes.exp
make(1): add tests for the special .INCLUDES and .LIBS variables
2020-08-28 03:51:06 +00:00
varname-dot-includes.mk
make(1): fix tests for .INCLUDES and .LIBS
2020-09-13 16:53:19 +00:00
varname-dot-libs.exp
make(1): add tests for the special .INCLUDES and .LIBS variables
2020-08-28 03:51:06 +00:00
varname-dot-libs.mk
make(1): fix tests for .INCLUDES and .LIBS
2020-09-13 16:53:19 +00:00
varname-dot-make-dependfile.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-dependfile.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-expand_variables.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-expand_variables.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-exported.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-exported.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-jobs-prefix.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-jobs-prefix.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-jobs.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-jobs.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-level.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-level.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-makefile_preference.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-makefile_preference.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-makefiles.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-makefiles.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-meta-bailiwick.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-meta-bailiwick.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-meta-created.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-meta-created.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-meta-files.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-meta-files.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-meta-ignore_filter.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-meta-ignore_filter.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-meta-ignore_paths.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-meta-ignore_paths.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-meta-ignore_patterns.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-meta-ignore_patterns.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-meta-prefix.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-meta-prefix.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-mode.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-mode.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-path_filemon.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-path_filemon.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-pid.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-pid.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-ppid.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-ppid.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-make-save_dollars.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-make-save_dollars.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-makeflags.exp
make(1): add test for the special .MAKEFLAGS variable
2020-12-01 20:37:30 +00:00
varname-dot-makeflags.mk
make(1): add test for the special .MAKEFLAGS variable
2020-12-01 20:37:30 +00:00
varname-dot-makeoverrides.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-makeoverrides.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-newline.exp
make(1): add test for the .newline variable
2020-08-19 05:51:18 +00:00
varname-dot-newline.mk
make(1): indent directives like .info, .if, .for consistently
2020-10-24 08:46:08 +00:00
varname-dot-objdir.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-objdir.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-dot-parsedir.exp
make(1): fix tests for .PARSEDIR/.PARSEFILE
2020-09-21 03:45:29 +00:00
varname-dot-parsedir.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
varname-dot-parsefile.exp
make(1): fix tests for .PARSEDIR/.PARSEFILE
2020-09-21 03:45:29 +00:00
varname-dot-parsefile.mk
make(1): use consistent indentation in variable assignments
2020-10-24 08:50:17 +00:00
varname-dot-path.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-path.mk
make(1): add test for the special .PATH target and variable
2020-10-02 18:46:54 +00:00
varname-dot-shell.exp
make: in debug log, add space between scope and variable name
2021-04-05 13:35:41 +00:00
varname-dot-shell.mk
make: rename context and ctxt to scope
2021-02-04 21:42:46 +00:00
varname-dot-targets.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-dot-targets.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-empty.exp
make: remove unnecessary modifier ':U' for certain fixed expressions
2021-04-14 17:20:48 +00:00
varname-empty.mk
make: remove filler word 'Do' from function names for parsing
2021-04-04 10:13:09 +00:00
varname-make.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-make.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-make_print_var_on_error-jobs.exp
make(1): add tests for variable expansion in .ERROR handling
2020-12-13 19:08:20 +00:00
varname-make_print_var_on_error-jobs.mk
make: rename some VAR constants to SCOPE
2021-02-04 21:33:13 +00:00
varname-make_print_var_on_error.exp
make(1): add tests for variable expansion in .ERROR handling
2020-12-13 19:08:20 +00:00
varname-make_print_var_on_error.mk
make: rename some VAR constants to SCOPE
2021-02-04 21:33:13 +00:00
varname-makefile.exp
make(1): add test for MAKEFILE after reading all files
2020-11-09 22:36:44 +00:00
varname-makefile.mk
make(1): add test for MAKEFILE after reading all files
2020-11-09 22:36:44 +00:00
varname-makeflags.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-makeflags.mk
make(1): add test for the special .MAKEFLAGS variable
2020-12-01 20:37:30 +00:00
varname-pwd.exp
make(1): add dummies for fine-grained tests, one per single feature
2020-08-16 12:07:50 +00:00
varname-pwd.mk
make(1): describe the purpose of each newly added unit test dummy
2020-08-16 14:25:16 +00:00
varname-vpath.exp
make(1): add test for the obsolete variable VPATH
2020-11-10 00:19:19 +00:00
varname-vpath.mk
make(1): add test for the obsolete variable VPATH
2020-11-10 00:19:19 +00:00
varname.exp
make: reduce debug logging and memory allocation for ${:U...}
2021-04-10 22:09:54 +00:00
varname.mk
make(1): document test for parsing of variable assignments
2020-11-02 22:59:48 +00:00
varparse-dynamic.exp
make(1): fix off-by-one error in Var_Parse for dynamic variables
2020-07-26 22:19:11 +00:00
varparse-dynamic.mk
make: update constant names in comments
2021-02-22 20:38:55 +00:00
varparse-errors.exp
make: improve error message for unknown modifier
2021-02-23 15:19:41 +00:00
varparse-errors.mk
make: replace enum bit-field with struct bit-field for VarEvalFlags
2021-03-15 12:15:03 +00:00
varparse-mod.exp
make(1): add tests for parsing and exporting variables
2020-10-02 20:34:59 +00:00
varparse-mod.mk
make(1): add tests for parsing and exporting variables
2020-10-02 20:34:59 +00:00
varparse-undef-partial.exp
make(1): add test for partial expansion of undefined variables
2020-09-25 05:56:59 +00:00
varparse-undef-partial.mk
make(1): fix typo and reasoning in test varparse-undef-partial.mk
2020-11-04 05:10:01 +00:00
varquote.exp
- Introduce :q modifier for make variables and make it double escape $'s so
2018-05-27 01:14:50 +00:00
varquote.mk
use %s formats to avoid -flag confusion (from sjg)
2018-12-16 18:53:34 +00:00