blob: 7cc9612e71b07ed2ccd5cb40a5ddb1a2fe19d95c (
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) input-tty
TESTS_ENVIRONMENT = PATH=`pwd`/../../src:$$PATH
|