Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/: Use correct calcurse binary and data dir | Lukas Fleischer | 2012-02-24 | 1 | -1/+1 |
| | | | | | | | | | | We really don't want to use the calcurse(1) binary from "$PATH" here. Introduce an environment variable "$CALCURSE" which can be used specify the binary to use and set this variable to the binary located in the build directory by default. Similarly, add another environment variable "$DATA_DIR" that can be used to specify a data directory. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | test/: Add test cases for "-d" and "-s"/"-r" | Lukas Fleischer | 2012-01-22 | 1 | -0/+14 |
* day-001.sh: Compare output of "-d<date>" with hardcoded data. * day-002.sh: Compare output of "-d<num>" with hardcoded data. * day-003.sh: Compare output of "-d<num>" with "-s<date> -r<num>". * range-001.sh: Compare output of "-r" with hardcoded data. * range-002.sh: Compare output of "-r<num>" with hardcoded data. * range-003.sh: Compare output of "-r<num>" with "-s<date> -r<num>". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> |