summaryrefslogtreecommitdiff
path: root/tests/scripts/options
Commit message (Expand)AuthorAgeFilesLines
* [SV 64115] Suppress warnings about undefined GNUMAKEFLAGSDmitry Goncharov2023-04-301-0/+11
* [SV 64107] Disable builtins immediately on -R or -rDmitry Goncharov2023-04-301-2/+61
* tests: Run each file in a separate directoryPaul Smith2023-04-022-8/+10
* Adjust output strings to be alignedPaul Smith2023-04-024-4/+8
* Add support for .WARNINGS special variablePaul Smith2023-04-021-11/+19
* Add new warnings invalid-var and invalid-refPaul Smith2023-04-011-2/+66
* Introduce a --warn command line optionPaul Smith2023-04-012-49/+86
* * tests/scripts/options/dash-l: Simplify the test via the helperPaul Smith2023-02-261-11/+6
* * tests/scripts/features/reinvoke: Warn about closing STDIN.Paul Smith2023-01-111-0/+2
* [SV 61218] Ensure MAKEFLAGS is expanded even with -ePaul Smith2023-01-081-3/+12
* [SV 63609] Avoid buffer overrun in --warn-undefined-variablesPaul Smith2023-01-031-0/+11
* Convert references from "GNU make" to "GNU Make"Paul Smith2023-01-012-2/+2
* [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-201-1/+1
* [SV 63537] Document and test flippable switchesDmitry Goncharov2022-12-181-4/+4
* Enhance tests to work on different systemsPaul Smith2022-10-221-8/+1
* [SV 56301] Fail if an included makefile can't be builtDmitry Goncharov2022-09-201-3/+2
* [SV 63047] Fix shuffle of SECONDEXPANSION prerequisitesSergei Trofimovich2022-09-121-0/+9
* [SV 62100] Add '--shuffle' option supportSergei Trofimovich2022-06-041-0/+119
* * tests/scripts/options/dash-f: [SV 62118] Close STDINPaul Smith2022-04-241-2/+1
* [SV 62356] If -R is set in the makefile, disable -rDmitry Goncharov2022-04-241-0/+8
* * tests/scripts/options/dash-l: [SV 62172] Skip if not availableDmitry Goncharov2022-04-241-3/+4
* * tests/scripts/features/errors: Fix Perl warningsPaul Smith2022-04-181-12/+15
* [SV 62118] Correctly handle -f- options on re-execPaul Smith2022-02-271-10/+85
* tests: Allow run_make_test() to avoid passing -fPaul Smith2022-02-271-1/+1
* tests: Enhance output to contain filename/line number infoPaul Smith2021-11-271-1/+1
* * src/main.c (decode_debug_flags): [SV 607777] Preserve -d optionsDmitry Goncharov2021-09-061-0/+9
* [SV 45211] Parse MAKEFLAGS immediately when it's resetPaul Smith2021-09-051-0/+36
* [SV 60595] Restart whenever any makefile is rebuiltPaul Smith2021-09-031-1/+1
* [SV 60412] Allow -I- to throw out the current directory pathPaul Smith2021-09-031-34/+89
* tests: Simplify customization of %ENVPaul Smith2020-04-011-13/+4
* Obey order of multiple print/no-print directory optionsPaul Smith2020-03-311-7/+44
* * job.c (child_error): Modify error message string.Paul Smith2019-09-221-1/+1
* * tests: Convert from File::Spec::Functions to File::Spec.Paul Smith2019-09-211-2/+4
* * tests/run_make_test.pl: Fix support for valgrind.Paul Smith2019-09-211-1/+1
* Refresh the test suite framework implementation.Paul Smith2019-09-163-51/+50
* * job.c (child_error): Modify error message string.Paul Smith2017-10-301-1/+1
* Add test suite support to WindowsPaul Smith2017-06-044-35/+33
* * main.c (switches): Add -E as an alias for --eval.Paul Smith2016-12-281-2/+17
* * main.c (switches): Add --no-silent to undo -s options.Paul Smith2016-12-281-0/+26
* Portability changes for the test suite.Paul Smith2016-12-263-31/+21
* [SV 102] Don't show unnecessary include file errors.Paul Smith2016-04-093-6/+11
* * tests/run_make_tests.pl: Preserve $make_commandPaul Smith2016-03-231-1/+1
* * job.c (child_error): Combine file info with error message.Paul Smith2016-03-201-3/+2
* [SV 47151] Exit with 1 when checking recursive make -qPaul Smith2016-02-291-0/+9
* [SV 42249] Propagate correct rule status results.Paul Smith2014-05-011-12/+32
* Rename dash-w to print-directory.Paul Smith2013-09-231-0/+0
* Don't write "Entering" every time we re-exec for remake makefiles.Paul Smith2013-09-211-0/+33
* [SV 39203] Don't set MAKEFLAGS when restarting.Paul Smith2013-09-151-0/+10