~ubuntu-branches/ubuntu/raring/opendmarc/raring

« back to all changes in this revision

Viewing changes to libopendmarc/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-07-23 18:17:11 UTC
  • Revision ID: package-import@ubuntu.com-20120723181711-wfz5qluqur9k3tic
Tags: upstream-1.0.1+dfsg
ImportĀ upstreamĀ versionĀ 1.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS=testfiles
 
2
LDADD = ../libopendmarc.la $(LIBRESOLV)
 
3
AM_CPPFLAGS = -I..
 
4
 
 
5
check_PROGRAMS           = test_tld test_finddomain \
 
6
                           test_dmarc_parse \
 
7
                           test_dmarc_fetch \
 
8
                           test_xml_parse \
 
9
                           test_parse_to_buf \
 
10
                           test_alignment
 
11
if LIVE_TESTS
 
12
check_PROGRAMS           += test_dns_lookup
 
13
endif
 
14
 
 
15
test_dns_lookup_SOURCES  = test_dns_lookup.c
 
16
 
 
17
test_tld_SOURCES         = test_tld.c
 
18
 
 
19
test_finddomain_SOURCES  = test_finddomain.c
 
20
 
 
21
test_dmarc_parse_SOURCES = test_dmarc_parse.c
 
22
 
 
23
test_parse_to_buf_SOURCES = test_parse_to_buf.c
 
24
 
 
25
test_dmarc_fetch_SOURCES = test_dmarc_fetch.c
 
26
 
 
27
test_xml_parse_SOURCES   = test_xml_parse.c
 
28
 
 
29
test_alignment_SOURCES   = test_alignment.c
 
30
 
 
31
TESTS = $(check_PROGRAMS)
 
32
 
 
33
EXTRA_DIST      = testfiles/effective_tld_names.dat \
 
34
                  testfiles/good.com!example.com!1337270400!1337356799.xml \
 
35
                  testfiles/bad.com!example.com!1337140800!1337227200.xml