bin_PROGRAMS = recut
man_MANS = recut.1
# recut_SOURCES = recut.c

EXTRA_DIST = $(man_MANS) $(TESTS)

TESTS = \
	tests/bytes1.sh \
	tests/bytes2.sh \
	tests/bytes3.sh \
	tests/delim1.sh \
	tests/delim2.sh \
	tests/delim3.sh \
	tests/empty1.sh \
	tests/empty2.sh \
	tests/empty3.sh \
	tests/newline1.sh \
	tests/one1.sh \
	tests/only1.sh \
	tests/open1.sh \
	tests/open2.sh \
	tests/open3.sh \
	tests/options1.sh \
	tests/options2.sh \
	tests/output1.sh \
	tests/stdin1.sh \
	tests/swap1.sh \
	tests/swap2.sh
