summaryrefslogtreecommitdiff
path: root/tests/mkdir/Makefile.am
blob: 617abcfd1f6bfabe4f9aea000202ce97e9232647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
TESTS = \
  p-1 \
  p-2 \
  p-3 \
  p-slashdot \
  p-thru-slink \
  p-v \
  parents \
  perm \
  special-1 \
  t-slash \
  writable-under-readonly

EXTRA_DIST = $(TESTS)

include $(top_srcdir)/tests/check.mk