blob: afc17e83fa6d7c0dd26862d3131229522cb2e04b (
plain)
1
2
3
4
5
6
7
8
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
EXTRA_DIST = $(TESTS)
TESTS = \
misc not-rewound skip-seek skip-seek2 unblock-sync
include $(top_srcdir)/tests/check.mk
|