From 32530f0e50ba5cd4e3259f8f1868e28ae375ef20 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 21 Jan 2012 15:28:51 +0100 Subject: test/: Add generic tests for todo operations * todo-001.sh: Tests the "-t" command line option (calculates expected output by parsing the todo data file). * todo-002.sh: Tests "-t" in a way similar to todo-001.sh. * todo-003.sh: Tests "-t0" in a way similar to todo-001.sh. Signed-off-by: Lukas Fleischer --- test/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index a478a8b..d98c727 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,7 +3,10 @@ AUTOMAKE_OPTIONS = foreign TESTS = \ true-001.sh \ run-test-001.sh \ - run-test-002.sh + run-test-002.sh \ + todo-001.sh \ + todo-002.sh \ + todo-003.sh check_PROGRAMS = run-test check_SCRIPTS = $(TESTS) -- cgit v1.2.3-54-g00ecf