summaryrefslogtreecommitdiffstats
path: root/tests/makefiles
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of macro definitions on command lineJoerg Bornemann2019-03-251-0/+3
* Do not yield an error if there are no targets in the MakefileJoerg Bornemann2019-03-251-0/+1
* Fix handling of a double backslash at the end of lineJoerg Bornemann2018-12-061-0/+1
* Fix "build unrelated targets on error" modeJoerg Bornemann2016-11-141-0/+13
* Fix wildcard handling for subdirsJoerg Bornemann2016-06-271-0/+1
* Fix glitches in !include directiveJoerg Bornemann2016-01-184-0/+8
* fix Tests::environmentVariablesCaseInsensitivity for dynamic buildsJoerg Bornemann2015-03-171-2/+2
* allow multiple minus characters before commandsJoerg Bornemann2015-03-171-1/+4
* fix ignoring exit codes greater than 255Joerg Bornemann2015-03-171-7/+13
* fix $? filename macro for nonexistent targetsJoerg Bornemann2015-03-171-1/+4
* add missing dependent in filenamemacros.mkJoerg Bornemann2015-03-161-1/+2
* fix quoting of dependencies with spacesJoerg Bornemann2014-10-131-2/+5
* fix race condition in Tests::inlineFilesJoerg Bornemann2014-10-131-5/+5
* support globbing in dependency linesJoerg Bornemann2014-01-101-0/+1
* Add tests for !IF in assignmentOrgad Shaneh2013-01-241-0/+18
* missing file addedJoerg Bornemann2013-01-041-0/+3
* fix equal signs in semicolon syntaxJoerg Bornemann2013-01-021-0/+1
* test, whether preprocessor is working in inline filesJoerg Bornemann2013-01-021-0/+2
* fix non-functional set command in command blocksJoerg Bornemann2012-11-191-0/+3
* include file lookup fixedJoerg Bornemann2012-01-271-1/+1
* ParserTest::fileNameMacros enhancedJoerg Bornemann2012-01-091-0/+2
* filename macro autotest enhancedJoerg Bornemann2012-01-031-0/+19
* filename macro autotest enhancedJoerg Bornemann2012-01-031-0/+3
* make filename macro test more readableJoerg Bornemann2012-01-031-8/+8
* fix handling of the - command modifierJoerg Bornemann2011-11-221-0/+9
* add the lost outofdatecheck blackbox testJoerg Bornemann2011-07-281-0/+51
* support variable names with underscoresJoerg Bornemann2010-11-301-0/+3
* CMakeFiles.txt updatedJoerg Bornemann2010-11-111-0/+5
* blackbox test for environment variables and macro definitions addedJoerg Bornemann2010-11-091-0/+5
* fix reading of include files without newline at the endJoerg Bornemann2010-11-041-2/+2
* make the nonexistentdependent test actually workJoerg Bornemann2010-10-291-0/+6
* add escaping test for inline filesJoerg Bornemann2010-10-252-5/+8
* fix race condition in .SUFFIXES blackbox testJoerg Bornemann2010-10-151-0/+2
* fix macro substitutions with a colon in the replacementJoerg Bornemann2010-10-082-0/+4
* test $$@ escaping in filename macros in commandsJoerg Bornemann2010-10-021-0/+1
* expand filename macros in inline filesJoerg Bornemann2010-10-021-0/+7
* handle .SUFFIXES properlyJoerg Bornemann2010-10-018-0/+20
* fix $ escaping in filename macrosJoerg Bornemann2010-10-011-0/+1
* macro substitution implementedJoerg Bornemann2010-09-283-1/+16
* drop the over-engineered cmd lexing approachJoerg Bornemann2010-09-241-0/+23
* support unicode makefilesJoerg Bornemann2010-07-233-17/+1
* all blackbox tests movedJoerg Bornemann2010-07-166-0/+82
* black-box test ignoreExitCodes moved to autotestJoerg Bornemann2010-07-161-0/+11
* added test for dot directivesJoerg Bornemann2010-04-191-0/+31
* fix broken macro expansion for dot directives and PP expressionsJoerg Bornemann2010-04-191-1/+1
* don't call expandMacros twice for commandsJoerg Bornemann2010-04-161-1/+4
* test macro expansion in dependent definitionJoerg Bornemann2010-04-161-1/+3
* added ParserTest::fileNameMacrosInDependents()Joerg Bornemann2010-04-161-0/+6
* added more macro testsJoerg Bornemann2010-04-152-1/+7
* make . a valid target nameJoerg Bornemann2010-04-131-0/+11