aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
blob: d98c727705ab812258ea47c04d34f0eca750c36a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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