blob: c154279e2cb5a4f86c695cc7a393f05f48c5c89c (
plain)
1
2
3
4
5
6
7
8
9
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
TESTS = \
preserve-root \
basic \
deref \
separator
EXTRA_DIST = $(TESTS)
include $(top_srcdir)/tests/check.mk
|