Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-04 | * A test to verify that Nix executes build jobs in parallel, if | Eelco Dolstra | 4 | -3/+80 | |
possible. This test fails right now because this hasn't been implemented right now. Yes, I'm doing Test-Driven Development! ;-) | |||||
2004-05-04 | * 1000th revision! | Eelco Dolstra | 4 | -2/+50 | |
* A test to verify that locking of output paths (caused by concurrent invocations of Nix) works correctly. | |||||
2004-05-04 | * Another test. | Eelco Dolstra | 6 | -2/+66 | |
2004-05-04 | * Grrr. TESTS are not included in EXTRA_DIST. | Eelco Dolstra | 1 | -1/+1 | |
2004-05-04 | * Allow the location of the store etc. to be specified using | Eelco Dolstra | 5 | -0/+64 | |
environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs. |