blob: 60a478764cb90680386a2c1da863c1362f8e701e (
plain)
1
2
3
4
5
6
7
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.3 gnits
TESTS = empty-file dir-1 dangling-symlink no-rights
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH=../../src:$$PATH
|