aboutsummaryrefslogtreecommitdiffstats
path: root/checks/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--checks/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/checks/Makefile.am b/checks/Makefile.am
new file mode 100644
index 000000000..4bf639739
--- /dev/null
+++ b/checks/Makefile.am
@@ -0,0 +1,9 @@
+## Process this file with automake to create Makefile.in
+
+TESTS = checkit
+
+TEST_FILES = pubring.asc secring.asc plain-1 plain-2 plain-3o.asc \
+ plain-1.asc plain-2.asc plain-3.asc
+
+EXTRA_DIST = $(TESTS) $(TEST_FILES)
+