diff options
author | Werner Koch <wk@gnupg.org> | 2003-12-23 11:23:16 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-12-23 11:23:16 +0100 |
commit | 02f20a7506263c95767f15ea69f81ede70c64627 (patch) | |
tree | 62acb5ab8d8b2ef97f86b56603a475adaba41f3e /Makefile.am | |
parent | * server.c (gpgsm_server): Add arg DEFAULT_RECPLIST. (diff) | |
download | gnupg2-02f20a7506263c95767f15ea69f81ede70c64627.tar.xz gnupg2-02f20a7506263c95767f15ea69f81ede70c64627.zip |
Enable the tests directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index dd75d14b5..732d9e417 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,11 +46,7 @@ scd = endif SUBDIRS = m4 intl jnlib common kbx \ - ${gpg} ${sm} ${agent} ${scd} po doc - -#tests - - + ${gpg} ${sm} ${agent} ${scd} po doc tests dist-hook: @set -e; \ |