about summary refs log tree commit diff
path: root/testpkgs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2003-08-15 * Argument support in Fix. Arguments can be passed through theEelco Dolstra2-0/+18
builder using the `args' binding: ("args", ["bla", True, IncludeFix("aterm/aterm.fix")]) Note that packages can also be declared as inputs by specifying them in the argument list.
2003-08-14 * Function application test cases.Eelco Dolstra3-0/+27
2003-08-14 * Detect infinite loops using blackholing.Eelco Dolstra1-0/+1
2003-07-31 * Started using Berkeley DB environments. This is necessary forEelco Dolstra1-2/+2
transaction support (but we don't actually use transactions yet).
2003-07-30 * A better test case for Nix race conditions.Eelco Dolstra2-0/+19
2003-07-30 * Test cases for races.Eelco Dolstra2-0/+19