~ubuntu-branches/ubuntu/natty/libgcrypt11/natty-proposed

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-02-21 13:46:58 UTC
  • mto: (1.1.6 upstream) (2.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090221134658-855twvcr4ezk2ron
ImportĀ upstreamĀ versionĀ 1.4.4

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
 
22
        mpitests tsexp keygen pubkey hmac keygrip fips186-dsa
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
40
 
 
41
 
EXTRA_PROGRAMS = testapi
42
 
noinst_PROGRAMS = $(TESTS)
43
 
 
44
 
# pkbench uses mmap for no good reason.  Needs to be fixed.  Code for
45
 
# this can be found in libksba/tests. 
46
 
EXTRA_DIST = pkbench.c
 
39
LDADD = ../src/libgcrypt.la $(DL_LIBS)
 
40
 
 
41
EXTRA_PROGRAMS = testapi pkbench
 
42
noinst_PROGRAMS = $(TESTS) fipsdrv
 
43
 
 
44
EXTRA_DIST = README rsa-16k.key cavs_tests.sh cavs_driver.pl