blob: 0ff0784857b893b54ce02f446a598aa6a047cc01 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
TESTS = \
basic-1 \
create-leading \
d-slashdot \
trap
EXTRA_DIST = $(TESTS)
include $(top_srcdir)/tests/check.mk
|