aboutsummaryrefslogtreecommitdiff
path: root/testsuite/make.tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* make: changes to .DEFAULT/inference rulesRon Yorston2024-10-201-12/+20
* make: reinstate conditional skipping of command linesRon Yorston2024-09-101-0/+2
* make: disallow inference rules for phony targetsRon Yorston2024-08-101-0/+14
* make: allow empty commandsRon Yorston2024-08-081-0/+11
* make: update for POSIX 2024Ron Yorston2024-06-141-2/+2
* make: move test for complex chain of macro assignmentsRon Yorston2024-06-011-14/+14
* make: fix detection of target rules (take 2)Ron Yorston2024-05-311-0/+23
* make: allow :::= macro assignment on command lineRon Yorston2024-05-291-0/+24
* make: relax the test 'Return error if command fails'Ron Yorston2024-05-291-1/+1
* make: fixes to -q optionRon Yorston2024-05-281-0/+7
* make: fixes to -t optionRon Yorston2024-05-281-0/+26
* make: fix tests for BSDRon Yorston2024-05-241-4/+4
* make: add support for ifeq/ifneqRon Yorston2024-05-221-0/+14
* make: set $< and $* for target rulesRon Yorston2024-05-221-0/+13
* make: add support for CURDIR macroRon Yorston2024-05-221-0/+25
* make: allow mixed macros and targets on command lineRon Yorston2024-04-211-0/+11
* make: skip shell -e option when running commandsRon Yorston2024-04-201-0/+7
* make: allow '#' to be escaped with a backslashRon Yorston2024-03-111-0/+9
* make: proper handling of build failure with '-k'Ron Yorston2023-12-221-0/+14
* make: fix detection of target rulesRon Yorston2023-10-231-0/+8
* make: return non-zero exit status when a command failsRon Yorston2023-09-121-0/+8
* Add test for .DEFAULT rule for prerequisiteRon Yorston2023-08-241-0/+7
* make: fixes to test scriptRon Yorston2022-12-121-0/+3
* make: changes to suffix substitution in macro expansionRon Yorston2022-11-161-0/+11
* make: use correct test for valid macro nameRon Yorston2022-11-131-0/+13
* make: fix typo in inference rule handlingRon Yorston2022-11-041-23/+24
* make: fixes to inference rulesRon Yorston2022-11-031-0/+39
* make: comments in macro expansions and command linesRon Yorston2022-11-011-0/+18
* make: fix test for .WAIT so bmake passesRon Yorston2022-11-011-1/+1
* make: different treatment for escaped NL in macro in commandRon Yorston2022-10-301-0/+13
* make: .NOTPARALLEL and .WAIT are special targetsRon Yorston2022-10-191-2/+12
* make: shell assignment is a POSIX 202X featureRon Yorston2022-10-181-11/+12
* make: support $+ and $^ as POSIX 202X featuresRon Yorston2022-10-181-0/+12
* make: clarify output of testsRon Yorston2022-10-161-31/+31
* make: new appletRon Yorston2022-08-011-0/+413