summaryrefslogtreecommitdiff
path: root/tests/stty/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stty/Makefile.am')
-rw-r--r--tests/stty/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/stty/Makefile.am b/tests/stty/Makefile.am
new file mode 100644
index 0000000..5cd33b5
--- /dev/null
+++ b/tests/stty/Makefile.am
@@ -0,0 +1,6 @@
+## Process this file with automake to produce Makefile.in -*-Makefile-*-.
+TESTS = row-col-1 basic-1
+EXTRA_DIST = $(TESTS)
+TESTS_ENVIRONMENT = \
+ CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
+ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"