Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-19 | Replace "make check" with "make installcheck" | Eelco Dolstra | 1 | -1/+1 | |
Ensuring that the tests work from the build tree requires a growing number of nasty hacks. The tests also don't verify that the installed Nix actually works. Thus, the tests now require "make install" to have been run. | |||||
2011-10-10 | * Refactoring: remove unnecessary variables from the tests. | Eelco Dolstra | 1 | -6/+6 | |
2007-12-14 | * Mac OS X 10.5 compatibility: `echo -n foo' suddenly prints `-n foo' | Eelco Dolstra | 1 | -1/+1 | |
instead of `foo' without a newline (with /bin/sh, not /bin/bash, even though /bin/sh is also bash...). So use printf instead. | |||||
2006-03-01 | * Tests to prevent a repeat of the parseHash32 debacle. | Eelco Dolstra | 1 | -0/+7 | |
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-03-23 | * Add a test for base-32 encoding of hashes since it seems to be | Eelco Dolstra | 1 | -1/+4 | |
broken on Mac OS X. | |||||
2005-01-14 | * Missing file. | Eelco Dolstra | 1 | -0/+50 | |