summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Run each file in a separate directoryPaul Smith2023-04-0210-171/+122
* * tests/scripts/targets/WAIT: Add whitespace to avoid W32 issuesPaul Smith2023-04-021-72/+72
* [SV 63856] Fix pruning of double-colon rulesDmitry Goncharov2023-04-021-0/+339
* [SV 63856] Implement .WAIT on the command lineDmitry Goncharov2023-04-021-0/+109
* [SV 63981] Don't warn on explicit -j1Paul Smith2023-04-021-2/+14
* Adjust output strings to be alignedPaul Smith2023-04-0214-38/+44
* Add support for .WARNINGS special variablePaul Smith2023-04-022-11/+199
* Add new warnings invalid-var and invalid-refPaul Smith2023-04-011-2/+66
* Introduce a --warn command line optionPaul Smith2023-04-013-56/+93
* Clean up memory leak warnings from ASAN and ValgrindPaul Smith2023-04-016-17/+35
* Directly handle $\ line endingsPaul Smith2023-02-262-30/+28
* * tests/scripts/options/dash-l: Simplify the test via the helperPaul Smith2023-02-262-22/+31
* Use a recursive environment if any command needs itPaul Smith2023-02-211-0/+36
* [SV 63821] Don't set up default suffix rules if makefile sets -rDmitry Goncharov2023-02-201-0/+65
* * tests/scripts/misc/general4: Only test empty PATH on UNIXPaul Smith2023-02-202-5/+6
* * tests/scripts/features/include [AIX]: Set explicit timestampsPaul Smith2023-02-191-3/+5
* * tests/scripts/features/archives: Set CC properlyPaul Smith2023-02-191-3/+3
* Clean up depth handling in debug outputPaul Smith2023-02-191-15/+25
* Allow jobserver style to be forced to "pipe"Paul Smith2023-02-191-0/+1
* * tests/scripts/variables/MAKEFLAGS: Fix some Perl warningsPaul Smith2023-02-041-34/+38
* [SV 63667] In .POSIX, use shell flags -c when ignoring errorsPaul Smith2023-01-281-2/+42
* * tests/scripts/features/archives: [SV 63688] Quote cmd line varsDmitry Goncharov2023-01-281-4/+5
* * tests/test_driver.pl: Convert z/OS answers for regex outputPaul Smith2023-01-153-20/+22
* * tests/scripts/features/archives: Use the configured compiler for CCPaul Smith2023-01-151-1/+4
* * tests/scripts/features/reinvoke: Warn about closing STDIN.Paul Smith2023-01-113-1/+6
* [SV 17448] Ignore whitespace around $(file ...) namesPaul Smith2023-01-082-4/+14
* [SV 61218] Ensure MAKEFLAGS is expanded even with -ePaul Smith2023-01-081-3/+12
* [SV 62654] Support GNU Make on z/OSPaul Smith2023-01-0811-29/+78
* [SV 63609] Avoid buffer overrun in --warn-undefined-variablesPaul Smith2023-01-031-0/+11
* [SV 14927] Allow parallel builds for archivesPaul Smith2023-01-031-3/+33
* [SV 61463] Don't export inherited private variablesPaul Smith2023-01-022-1/+67
* Convert references from "GNU make" to "GNU Make"Paul Smith2023-01-0116-23/+23
* Update the copyright year on all filesPaul Smith2023-01-018-8/+8
* Apply spelling fixes discovered by CodespellPaul Smith2022-12-319-12/+12
* Avoid using false(1) in regression testsPaul Smith2022-12-315-47/+32
* [SV 63439, SV 63452] Don't warn on undefined internal variablesPaul Smith2022-12-241-0/+13
* [SV 63552] Change directories before constructing include pathsPaul Smith2022-12-241-45/+31
* tests [WINDOWS32]: Support Strawberry Perl on WindowsPaul Smith2022-12-2010-35/+65
* * tests/test_driver.pl: Remember if something failed and report itPaul Smith2022-12-201-0/+12
* [SV 63537] Document and test flippable switchesDmitry Goncharov2022-12-182-4/+528
* [SV 63484] Force included makefiles to be explicitDmitry Goncharov2022-12-181-0/+15
* [SV 63516] [DOS] Support include files with drivespecsPaul Smith2022-12-181-1/+11
* [SV 63417] Ensure global .NOTINTERMEDIATE disables all intermediatesDmitry Goncharov2022-11-281-3/+0
* [SV 63347] Always add command line variable assignments to MAKEFLAGSDmitry Goncharov2022-11-281-30/+243
* Add specific hints for errors due to invalid conditionalsPaul Smith2022-11-152-20/+49
* [SV 63333] Be more lenient when failing to create temporary filesDmitry Goncharov2022-11-132-1/+32
* Keep going if we can't connect to the jobserverPaul Smith2022-11-131-14/+19
* [SV 63315] tests: Simplify TERM signalingPaul Smith2022-11-133-2/+9
* tests: Don't convert \ to / when checking regex'sPaul Smith2022-11-132-154/+133
* Fix issues found by ASAN and CoverityPaul Smith2022-10-314-14/+7