about summary refs log tree commit diff
path: root/tests/simple.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10 * Refactoring: remove unnecessary variables from the tests.Eelco Dolstra1-5/+5
2008-12-03 (no commit message)Eelco Dolstra1-1/+0
2007-12-31 (no commit message)Eelco Dolstra1-0/+1
2007-12-30 * Fix the hashDerivationModulo test. I should really investigateEelco Dolstra1-2/+4
*why* the test failed...
2006-07-21 * Purify `make check'.Eelco Dolstra1-1/+1
2006-07-19 * Add a precise test for hashDerivatioModulo.Eelco Dolstra1-0/+4
2006-03-01 * Test `nix-store -q --binding'.Eelco Dolstra1-0/+2
2006-03-01 * TDD! Woohoo!Eelco Dolstra1-0/+5
2006-03-01 * Simplification.Eelco Dolstra1-2/+2
2006-03-01 * Make it easy to run individual tests from the command line.Eelco Dolstra1-0/+2
2005-02-09 * Propagate the deriver of a path through the substitute mechanism.Eelco Dolstra1-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 broughtEelco Dolstra1-1/+1
back the query flag `--force-realise'. * Fixed some of the tests.
2005-01-19 * Change extension `.store' to `.drv'.Eelco Dolstra1-1/+1
* Re-enable `nix-store --query --requisites'.
2004-05-04 * Allow the location of the store etc. to be specified usingEelco Dolstra1-0/+10
environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs.