~ubuntu-branches/ubuntu/intrepid/gsmlib/intrepid

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Mikael Hedin
  • Date: 2002-01-24 12:59:07 UTC
  • Revision ID: james.westby@ubuntu.com-20020124125907-b7qkpokx5283jdpu
Tags: upstream-1.8
ImportĀ upstreamĀ versionĀ 1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
# *************************************************************************
 
3
# * GSM TA/ME library
 
4
# *
 
5
# * File:    Makefile.am
 
6
# *
 
7
# * Purpose: tests Makefile
 
8
# *
 
9
# * Author:  Peter Hofmann (software@pxh.de)
 
10
# *
 
11
# * Created: 21.5.1999
 
12
# *************************************************************************
 
13
 
 
14
INCLUDES =              -I..
 
15
 
 
16
noinst_PROGRAMS =       testsms testsms2 testparser testgsmlib testpb testpb2 \
 
17
                        testspb testssms testcb
 
18
 
 
19
TESTS =                 runspb.sh runspb2.sh runssms.sh runsms.sh \
 
20
                        runparser.sh runspbi.sh
 
21
 
 
22
# test files used for file-based phonebook and SMS testing
 
23
EXTRA_DIST =            spb.pb runspb.sh runspb2.sh runssms.sh runsms.sh \
 
24
                        runparser.sh \
 
25
                        spb.pb spb2.pb \
 
26
                        testparser-output.txt testspb-output.txt \
 
27
                        testssms-output.txt testsms-output.txt \
 
28
                        testspb2-output.txt \
 
29
                        runspbi.sh spbi2-orig.pb spbi1.pb testspbi-output.txt
 
30
 
 
31
# build testsms from testsms.cc and libgsmme.la
 
32
testsms_SOURCES =       testsms.cc
 
33
testsms_LDADD =         ../gsmlib/libgsmme.la $(INTLLIBS)
 
34
 
 
35
# build testsms2 from testsms2.cc and libgsmme.la
 
36
testsms2_SOURCES =      testsms2.cc
 
37
testsms2_LDADD =        ../gsmlib/libgsmme.la $(INTLLIBS)
 
38
 
 
39
# build testparser from testparser.cc and libgsmme.la
 
40
testparser_SOURCES =    testparser.cc
 
41
testparser_LDADD =      ../gsmlib/libgsmme.la $(INTLLIBS)
 
42
 
 
43
# build testgsmlib from testgsmlib.cc and libgsmme.la
 
44
testgsmlib_SOURCES =    testgsmlib.cc
 
45
testgsmlib_LDADD =      ../gsmlib/libgsmme.la $(INTLLIBS)
 
46
 
 
47
# build testpb from testpb.cc and libgsmme.la
 
48
testpb_SOURCES =        testpb.cc
 
49
testpb_LDADD =  ../gsmlib/libgsmme.la $(INTLLIBS)
 
50
 
 
51
# build testpb2 from testpb2.cc and libgsmme.la
 
52
testpb2_SOURCES =       testpb2.cc
 
53
testpb2_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)
 
54
 
 
55
# build testspb from testspb.cc and libgsmme.la
 
56
testspb_SOURCES =       testspb.cc
 
57
testspb_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)
 
58
 
 
59
# build testssms from testssms.cc and libgsmme.la
 
60
testssms_SOURCES = testssms.cc
 
61
testssms_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)
 
62
 
 
63
# build testcb from testcb.cc and libgsmme.la
 
64
testcb_SOURCES = testcb.cc
 
65
testcb_LDADD = ../gsmlib/libgsmme.la $(INTLLIBS)