Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-21 | * Purify `make check'. | Eelco Dolstra | 1 | -1/+1 | |
2006-07-19 | * Add a precise test for hashDerivatioModulo. | Eelco Dolstra | 1 | -0/+4 | |
2006-03-01 | * Test `nix-store -q --binding'. | Eelco Dolstra | 1 | -0/+2 | |
2006-03-01 | * TDD! Woohoo! | Eelco Dolstra | 1 | -0/+5 | |
2006-03-01 | * Simplification. | Eelco Dolstra | 1 | -2/+2 | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | 1 | -0/+2 | |
2005-02-09 | * Propagate the deriver of a path through the substitute mechanism. | Eelco Dolstra | 1 | -3/+3 | |
* Removed some dead code (successor stuff) from nix-push. * Updated terminology in the tests (store expr -> drv path). * Check that the deriver is set properly in the tests. | |||||
2005-01-25 | * In nix-store: change `--build' back to `--realise'. Also brought | Eelco Dolstra | 1 | -1/+1 | |
back the query flag `--force-realise'. * Fixed some of the tests. | |||||
2005-01-19 | * Change extension `.store' to `.drv'. | Eelco Dolstra | 1 | -1/+1 | |
* Re-enable `nix-store --query --requisites'. | |||||
2004-05-04 | * Allow the location of the store etc. to be specified using | Eelco Dolstra | 1 | -0/+10 | |
environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs. |