test/: Add test cases for "-a" and "-n"

* appointment-001.sh: Compare output of "-a" with hardcoded data.
* next-001.sh: Compare output of "-n" with hardcoded data.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2012-01-22 16:39:00 +01:00
parent dbb19b7c25
commit cb69a4c087
3 changed files with 39 additions and 1 deletions

View File

@@ -12,7 +12,9 @@ TESTS = \
day-003.sh \
range-001.sh \
range-002.sh \
range-003.sh
range-003.sh \
appointment-001.sh \
next-001.sh
check_PROGRAMS = run-test
check_SCRIPTS = $(TESTS)