blob: 8fe7b4725a6536bfaec33e91f12b6cc25ee2c16e (
plain)
1
2
3
4
5
6
7
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
TESTS = \
hard-backup target-1 sf-1 misc backup-1
EXTRA_DIST = $(TESTS)
include $(top_srcdir)/tests/check.mk
|