Tizen 2.0 Release
[external/libgnutls26.git] / tests / openpgp-certs / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
3 #
4 # This file is part of GnuTLS.
5 #
6 # This file is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10 #
11 # This file is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this file; if not, write to the Free Software Foundation,
18 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
20 EXTRA_DIST = ca-public.gpg srv-public-all-signed.gpg srv-secret.gpg     \
21         ca-secret.gpg srv-public.gpg srv-public-127.0.0.1-signed.gpg    \
22         srv-public-localhost-signed.gpg                                 \
23         selfsigs/alice-mallory-badsig18.pub                             \
24         selfsigs/alice-mallory-irrelevantsig.pub                        \
25         selfsigs/alice-mallory-nosig18.pub selfsigs/alice.pub
26
27 dist_check_SCRIPTS = testselfsigs testcerts
28
29 if ENABLE_OPENPGP
30 # The selftest is disabled until we can make it work under Wine and
31 # under Debian buildds (problem with 127.0.0.2?).
32 TESTS = testselfsigs #testcerts
33 endif
34
35 TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)