about summary refs log tree commit diff
path: root/tests.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-02-06 Remove dead codeEelco Dolstra1-3/+0
2014-02-04 GNU Make 3.81 compatibilityEelco Dolstra1-1/+1
3.81 doesn't understand the ‘define foo =’ syntax, which was added in 3.82. So use ‘define foo’ instead.
2014-02-01 installcheck: Don't depend on installEelco Dolstra1-1/+1
This is a hack to prevent "installcheck" from clobbering files fixed up by Nixpkgs' fixupPhase.
2014-02-01 Make variable names more regularEelco Dolstra1-3/+3
2014-01-09 Move stuff to top-levelEelco Dolstra1-0/+29
This makes it easier to use with "git subtree".