calcurse-edge/test/Makefile.am
Lukas Fleischer 32530f0e50 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<num>" 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 <calcurse@cryptocrack.de>
2012-01-22 00:13:35 +01:00

16 lines
218 B
Makefile

AUTOMAKE_OPTIONS = foreign
TESTS = \
true-001.sh \
run-test-001.sh \
run-test-002.sh \
todo-001.sh \
todo-002.sh \
todo-003.sh
check_PROGRAMS = run-test
check_SCRIPTS = $(TESTS)
run_test_SOURCES = run-test.c