summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/Makefile
AgeCommit message (Expand)Author
2020-11-07make(1): add test for job command flagsrillig
2020-11-04make(1): add test for undefined variables in command line argumentsrillig
2020-11-03make(1): move tests from directives.mk to separate testsrillig
2020-11-02make(1): remove obsolete POSTPROC.varname from unit testsrillig
2020-11-02make(1): add test for parse errors in commands in lint mode (-dL)rillig
2020-11-02make(1): remove debugging code from sync-mirillig
2020-11-02make(1): add test for parse errors in shell commands, compat moderillig
2020-11-02make(1): handle errors when sync-mi fails because of a syntax errorrillig
2020-11-01make(1): move test flags to test varmod-match-escape.mkrillig
2020-10-31make(1): add more tests for the variable modifier :localtimerillig
2020-10-31make(1): add test for recursive variable expressionsrillig
2020-10-31make(1): merge the SysV modifier tests into varmod-sysvrillig
2020-10-30make(1): move test flags for varname-dot-shell to the test itselfrillig
2020-10-29make(1): move MAKEFLAGS handling in vardebug test to the test itselfrillig
2020-10-24make(1): add test for looking up suffixesrillig
2020-10-23make(1): add test for dependencies of the form '%.o: %.c'rillig
2020-10-23make(1): add test case in which .BEGIN depends on .ENDrillig
2020-10-23make(1): add test for the '::' dependency operatorrillig
2020-10-23make(1): move tests from cond2.mk to varmod-ifelse.mk (fixup)rillig
2020-10-23make(1): add test for .ERROR_CMD in jobs moderillig
2020-10-20make(1): split test suffixes.mk into simpler, isolated testsrillig
2020-10-18In meta mode we do not have to re-run all tests when Makefile is touchedsjg
2020-10-18make(1): add test for turning a target into a transformationrillig
2020-10-17make(1): document why the ampersand is not listed in export.exprillig
2020-10-10Limit output of export tests to POSIX compatible env varssjg
2020-10-08make(1): remove test misc.mk from Makefilerillig
2020-10-08make(1): fix test opt-debug-jobs on non-native platformsrillig
2020-10-05make(1): revert previous commitrillig
2020-10-05make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)rillig
2020-10-04make(1): add tests for parsing assignments, especially :shrillig
2020-10-03make(1): add test demonstrating the Towers of Hanoi puzzlerillig
2020-10-03make(1): add tests for the various supported shellsrillig
2020-10-03make(1): add test for the -dj debug optionrillig
2020-10-02make(1): add tests for parsing and exporting variablesrillig
2020-09-29make(1): fix test job-output-long-linesrillig
2020-09-27make(1): add test for merging long lines of job outputrillig
2020-09-27make(1): run tests with jemalloc debugging enabledrillig
2020-09-25make(1): add test for harmless bug in Parse_Filerillig
2020-09-25make(1): add test for make() function in conditionsrillig
2020-09-25make(1): add test for deleting the suffixes during parsingrillig
2020-09-25make(1): add test for partial expansion of undefined variablesrillig
2020-09-23make(1): remove debug output from counter testsrillig
2020-09-23make(1): add variant of the counter testrillig
2020-09-23make(1): fix assertion failure in -j mode with .END noderillig
2020-09-21make(1): run tests with absolute filenames as wellrillig
2020-09-21make(1): fix tests for .PARSEDIR/.PARSEFILErillig
2020-09-15make(1): move flags for lint test into the test itselfrillig
2020-09-14make(1): add test for undefined expressions in conditions in lint moderillig
2020-09-14make(1): add tests for numbers in conditionsrillig
2020-09-13make(1): add tests for the various .include directivesrillig