2008-06-13 Marcus Brinkmann <marcus@ulysses.g10code.com>
[gnupg.git] / tests / Makefile.am
blob2dc94f3c1e288d4ba2a25bae546bbc8abb8cd4e6
1 # Makefile.am -tests makefile for libxtime
2 #       Copyright (C) 2002 Free Software Foundation, Inc.
3
4 # This file is part of GnuPG.
5
6 # GnuPG is free software; you can redistribute it and/or modify
7 # it 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 # GnuPG is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, see <http://www.gnu.org/licenses/>.
19 ## Process this file with automake to produce Makefile.in
22 if RUN_GPG_TESTS
23 openpgp = openpgp
24 else
25 openpgp =
26 endif
28 SUBDIRS = ${openpgp} . pkits
30 GPGSM = ../sm/gpgsm
33 TESTS_ENVIRONMENT = GNUPGHOME=`pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=$(GPGSM) \
34         $(srcdir)/runtest
36 testscripts = sm-sign+verify sm-verify
38 EXTRA_DIST = runtest inittests $(testscripts) \
39              text-1.txt text-2.txt text-3.txt \
40              text-1.osig.pem text-1.dsig.pem text-1.osig-bad.pem \
41              text-2.osig.pem text-2.osig-bad.pem \
42              samplekeys/32100C27173EF6E9C4E9A25D3D69F86D37A4F939.key \
43              samplekeys/cert_g10code_pete1.pem \
44              samplekeys/cert_g10code_test1.pem \
45              samplekeys/cert_g10code_theo1.pem
47 TESTS = $(testscripts)
49 CLEANFILES = inittests.stamp x y y z out err \
50              *.lock .\#lk* 
52 DISTCLEANFILES = pubring.kbx~ random_seed
54 noinst_PROGRAMS = asschk
56 asschk_SOURCES = asschk.c
59 all-local: inittests.stamp
61 clean-local:
62         srcdir=$(srcdir) $(TESTS_ENVIRONMENT) $(srcdir)/inittests --clean
64 inittests.stamp: inittests
65         srcdir=$(srcdir) $(TESTS_ENVIRONMENT) $(srcdir)/inittests
66         echo timestamp >./inittests.stamp