~ubuntu-branches/ubuntu/quantal/libee/quantal

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-12-11 12:37:09 UTC
  • Revision ID: james.westby@ubuntu.com-20101211123709-i8v7mpdtzhgjoqn5
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if ENABLE_TESTBENCH
 
2
 
 
3
TESTRUNS = 
 
4
check_PROGRAMS = \
 
5
        $(TESTRUNS) \
 
6
        genfile \
 
7
        ezapi1
 
8
#add when clear: tagbucket1
 
9
 
 
10
TESTS = $(TESTRUNS) 
 
11
#       tagbucket.sh
 
12
 
 
13
endif # if ENABLE_TESTBENCH
 
14
 
 
15
DISTCLEANFILES=
 
16
EXTRA_DIST = \
 
17
        tagbucket.sh
 
18
 
 
19
genfile_SOURCES = genfile.c
 
20
 
 
21
# The tagbucket concept is not totally clear at the moment, and
 
22
# so we do not support this test case for the time being. Once 
 
23
# the uncertainty has been cleared up, we will re-enable the test!
 
24
#tagbucket1_SOURCES = tagbucket1.c
 
25
#tagbucket1_CPPFLAGS =  -I$(top_srcdir) $(LIBEE_CFLAGS) $(LIBXML2_CFLAGS)
 
26
#tagbucket1_LDADD = $(LIBEE_LIBS) $(LIBXML2_LIBS) $(LIBESTR_LIBS)
 
27
 
 
28
ezapi1_SOURCES = ezapi1.c
 
29
ezapi1_CPPFLAGS =  -I$(top_srcdir) $(LIBEE_CFLAGS) $(LIBXML2_CFLAGS)
 
30
ezapi1_LDADD = $(LIBEE_LIBS) $(LIBXML2_LIBS) $(LIBESTR_LIBS)