blob: 9a2486414ef250ff7ece0337a2f902a602621ddd (
plain)
1
2
3
4
5
6
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.2f gnits
TESTS = row-col-1 basic-1
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = STTY=../../src/stty
|