aboutsummaryrefslogtreecommitdiff
path: root/testpkgs
AgeCommit message (Collapse)Author
2003-08-15* Argument support in Fix. Arguments can be passed through theEelco Dolstra
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 Dolstra
2003-08-14* Detect infinite loops using blackholing.Eelco Dolstra
2003-07-31* Started using Berkeley DB environments. This is necessary forEelco Dolstra
transaction support (but we don't actually use transactions yet).
2003-07-30* A better test case for Nix race conditions.Eelco Dolstra
2003-07-30* Test cases for races.Eelco Dolstra