diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-26 22:17:29 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-27 11:36:28 +0100 |
commit | 5501dae32874bf3f65f7619aa76c6a213bbce321 (patch) | |
tree | d5edc81f68f860aba6dd580eefd8c6ea393ec605 /test/Makefile.am | |
parent | 3d7fdaec584ad7080d187b8aa53c6546d9c1d8d7 (diff) | |
download | calcurse-5501dae32874bf3f65f7619aa76c6a213bbce321.zip |
test/: Add a couple of black-box tests for items
This introduces five test suite failures which will be fixed in one of
the following patches.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 77142df..d88463b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -14,6 +14,33 @@ TESTS = \ range-002.sh \ range-003.sh \ appointment-001.sh \ + appointment-002.sh \ + appointment-003.sh \ + appointment-004.sh \ + appointment-005.sh \ + appointment-006.sh \ + appointment-007.sh \ + appointment-008.sh \ + appointment-009.sh \ + appointment-010.sh \ + appointment-011.sh \ + appointment-012.sh \ + appointment-013.sh \ + appointment-014.sh \ + appointment-015.sh \ + appointment-016.sh \ + appointment-017.sh \ + appointment-018.sh \ + appointment-019.sh \ + appointment-020.sh \ + appointment-021.sh \ + appointment-022.sh \ + event-001.sh \ + event-002.sh \ + event-003.sh \ + event-004.sh \ + event-005.sh \ + event-006.sh \ next-001.sh \ search-001.sh \ bug-002.sh \ |