blob: 3033e1b7b281939ed7e02afa09c637db48af7952 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
TESTS = \
default-no-deref \
basic \
deref \
no-x \
posix-H \
recurse
EXTRA_DIST = $(TESTS)
include $(top_srcdir)/tests/check.mk
|