blob: 2d999a5024464741fecc1ad21ff2afad8196b513 (
plain)
1
2
3
4
5
6
7
8
9
|
## Process this file with automake to create Makefile.in
TESTS = checkit
TEST_FILES = pubring.asc secring.asc gnupg.asc plain-1 plain-2 plain-3o.asc \
plain-1.asc plain-2.asc plain-3.asc
EXTRA_DIST = $(TESTS) $(TEST_FILES)
|