diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-26 23:34:29 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-27 11:36:28 +0100 |
commit | ba2c5c14f6408872ec34a223d131266ab83e4b7d (patch) | |
tree | 1eaf195f841fb7fa70e2f4cf729dd841292651f6 /test/README | |
parent | 5501dae32874bf3f65f7619aa76c6a213bbce321 (diff) | |
download | calcurse-ba2c5c14f6408872ec34a223d131266ab83e4b7d.tar.gz calcurse-ba2c5c14f6408872ec34a223d131266ab83e4b7d.zip |
test/: Add default values for configuration variables
Add a small helper script called "test-init.sh" that is sourced in each
test case and initializes the CALCURSE and DATA_DIR environment
variables.
Update the test suite README to point out that setting these environment
variables is no longer required.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/test/README b/test/README index f0fd06a..f45fd0b 100644 --- a/test/README +++ b/test/README @@ -16,13 +16,8 @@ when all tests are finished. You can also run tests manually. Test cases are usually shell scripts or binaries. To run an individual test, just invoke the corresponding executable. -Note that some tests require the `CALCURSE` and `DATA_DIR` environment -variables to be set, where `CALCURSE` should point to a valid calcurse binary -and `DATA_DIR` should point to a valid data directory. We usually use the data -directory `data/`, which is contained in the `test/` directory, for test cases: - - $ CALCURSE=../src/calcurse DATA_DIR=data/ ./next-001.sh - Running ./next-001.sh... ok +The `CALCURSE` and `DATA_DIR` environment variables can be used to specify an +alternative calcurse binary and data directory. Passing another data directory might cause some failures since many tests are adapted for the `test/` directory provided by the test suite: |