~ubuntu-branches/ubuntu/oneiric/libgcrypt11/oneiric-proposed

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2011-01-15 15:02:27 UTC
  • mfrom: (1.1.8 upstream) (2.2.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110115150227-f9n5b3f5dgr1g9kz
Tags: 1.4.6-4
* Stricter version requirement (>> 1.10-0.1 instead of >= 1.4) on the
  libgpg-error-dev build-dependency, to get correct dependencies in the
  udeb.
* Use debhelper compatibility level 7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
## Process this file with automake to produce Makefile.in
20
20
 
21
21
TESTS = version t-mpi-bit prime register ac ac-schemes ac-data basic \
22
 
        mpitests tsexp keygen pubkey hmac keygrip fips186-dsa
 
22
        mpitests tsexp keygen pubkey hmac keygrip fips186-dsa aeswrap
23
23
 
24
24
 
25
25
# random.c uses fork() thus a test for W32 does not make any sense.
36
36
AM_CPPFLAGS = -I../src -I$(top_srcdir)/src
37
37
AM_CFLAGS = $(GPG_ERROR_CFLAGS)
38
38
 
39
 
LDADD = ../src/libgcrypt.la $(GPG_ERROR_LIBS) $(DL_LIBS)
 
39
LDADD = ../src/libgcrypt.la $(DL_LIBS)
40
40
 
41
41
EXTRA_PROGRAMS = testapi pkbench
42
42
noinst_PROGRAMS = $(TESTS) fipsdrv