summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-06-27 08:43:16 +0000
committerSimon Josefsson <simon@josefsson.org>2006-06-27 08:43:16 +0000
commit0562d0659574120ec1fc3ab1d50e6f3399913267 (patch)
treec11f1b0ad42aa5fc8fcb04f5bef81dbe5cc05bf9 /tests/Makefile.am
parenta60827ea4dde0f7b2db3dd7141edb479e2ad560e (diff)
downloadlibtasn1-0562d0659574120ec1fc3ab1d50e6f3399913267.tar.gz
libtasn1-0562d0659574120ec1fc3ab1d50e6f3399913267.tar.bz2
libtasn1-0562d0659574120ec1fc3ab1d50e6f3399913267.zip
Fix distcheck.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index de73c03..376cec1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,6 +25,8 @@ LDADD = ../lib/libtasn1.la
EXTRA_DIST = Test_parser.asn Test_tree.asn Test_tree_asn1_tab.c \
Test_encoding.asn
+MOSTLYCLEANFILES = Test_parser_ERROR.asn
+
TESTS = Test_parser Test_tree Test_encoding
check_PROGRAMS = $(TESTS)