From dbb19b7c25739518b36859dfd023ac9049770e45 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 22 Jan 2012 00:51:29 +0100 Subject: test/: Add test cases for "-d" and "-s"/"-r" * day-001.sh: Compare output of "-d" with hardcoded data. * day-002.sh: Compare output of "-d" with hardcoded data. * day-003.sh: Compare output of "-d" with "-s -r". * range-001.sh: Compare output of "-r" with hardcoded data. * range-002.sh: Compare output of "-r" with hardcoded data. * range-003.sh: Compare output of "-r" with "-s -r". Signed-off-by: Lukas Fleischer --- test/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index d98c727..d16b9d1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,7 +6,13 @@ TESTS = \ run-test-002.sh \ todo-001.sh \ todo-002.sh \ - todo-003.sh + todo-003.sh \ + day-001.sh \ + day-002.sh \ + day-003.sh \ + range-001.sh \ + range-002.sh \ + range-003.sh check_PROGRAMS = run-test check_SCRIPTS = $(TESTS) -- cgit v1.2.3-54-g00ecf