summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-03-26 10:21:34 +0000
committerMoritz Schulte <mo@g10code.com>2003-03-26 10:21:34 +0000
commit7b2cbee4af924336e9071f5f0890ce9553f377ec (patch)
tree1137e17f490e851c93413998058514030d960ac7 /tests/Makefile.am
parent95f9d5d0e33510a7c48b22fff649da408a4f8e28 (diff)
downloadlibgcrypt-7b2cbee4af924336e9071f5f0890ce9553f377ec.tar.gz
2003-03-26 Moritz Schulte <moritz@g10code.com>
* Makefile.am (TESTS): Added pubkey. * pubkey.c: New file.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index aa9dc523..83f7ea0e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,7 +21,7 @@
# TESTS_ENVIRONMENT =
-TESTS = basic tsexp keygen
+TESTS = basic tsexp keygen pubkey
EXTRA_DIST =
@@ -29,10 +29,3 @@ INCLUDES = -I$(top_srcdir)/src
LDADD = ../src/libgcrypt.la
noinst_PROGRAMS = $(TESTS)
-
-
-
-
-
-
-