~ubuntu-branches/ubuntu/quantal/gnupg2/quantal-updates

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-05-25 14:27:35 UTC
  • mfrom: (1.1.15 upstream) (7.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110525142735-jccyw0fopnyv728q
Tags: 2.0.17-2ubuntu1
* Merge from debian unstable. Remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.
    . debian/rules: Call dh_installudev.
  - debian/control: Rename Vcs-* to XS-Debian-Vcs-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
GPGSM = ../sm/gpgsm
31
31
 
32
32
# Note that we need to use /bin/pwd so that we don't get into trouble
33
 
# if the shell used for inittests would uses an internal version of
 
33
# if the shell used for inittests would use an internal version of
34
34
# pwd which handles symlinks differently.
35
35
TESTS_ENVIRONMENT = GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C \
36
36
                    GPGSM=$(GPGSM) $(srcdir)/runtest
46
46
             samplekeys/cert_g10code_test1.pem \
47
47
             samplekeys/cert_g10code_theo1.pem
48
48
 
49
 
# We used to run $(testscripts) here but tehse asschk scripts ares not
 
49
# We used to run $(testscripts) here but these asschk scripts are not
50
50
# completely reliable in all enviromnets and thus we better disable
51
 
# them.  The tests are anyway way to minimal.  We will eventually
 
51
# them.  The tests are anyway way too minimal.  We will eventually
52
52
# write new tests based on gpg-connect-agent which has a full fledged
53
53
# script language and thus makes it far easier to write tests than to
54
54
# use the low--level asschk stuff.