~ubuntu-branches/ubuntu/trusty/quickfix/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/build_system_cleanup.patch/src/C++/test/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-04-09 13:24:18 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140409132418-s014yjzy2duvys2w
Tags: 1.13.3+dfsg-8ubuntu1
* Merge from Debian unstable. Remaining changes:
  - Use autotools-dev dh helper instead of manually copying
    config.{sub,guess} to fix FTBFS on arm64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CFLAGS += -O0 -g
2
 
CXXFLAGS += -O0 -g
3
 
 
4
 
noinst_LTLIBRARIES = libquickfixcpptest.la
5
 
 
6
 
libquickfixcpptest_la_SOURCES = \
7
 
        DictionaryTestCase.cpp \
8
 
        FieldBaseTestCase.cpp \
9
 
        FieldConvertorsTestCase.cpp \
10
 
        FileLogTestCase.cpp \
11
 
        FileStoreFactoryTestCase.cpp \
12
 
        FileStoreTestCase.cpp \
13
 
        FileUtilitiesTestCase.cpp \
14
 
        HttpMessageTestCase.cpp \
15
 
        HttpParserTestCase.cpp \
16
 
        MemoryStoreTestCase.cpp \
17
 
        MemoryStoreTestCase.h \
18
 
        MessageSortersTestCase.cpp \
19
 
        MessagesTestCase.cpp \
20
 
        GroupTestCase.cpp \
21
 
        MySQLStoreTestCase.cpp \
22
 
        MySQLStoreTestCase.h \
23
 
        NullStoreTestCase.cpp \
24
 
        OdbcStoreTestCase.cpp \
25
 
        ParserTestCase.cpp \
26
 
        PostgreSQLStoreTestCase.cpp \
27
 
        SessionIDTestCase.cpp \
28
 
        SessionSettingsTestCase.cpp \
29
 
        SessionTestCase.cpp \
30
 
        SettingsTestCase.cpp \
31
 
        SocketAcceptorTestCase.cpp \
32
 
        SocketConnectorTestCase.cpp \
33
 
        SocketServerTestCase.cpp \
34
 
        StringUtilitiesTestCase.cpp \
35
 
        TestHelper.cpp \
36
 
        TimeRangeTestCase.cpp \
37
 
        UtcTimeOnlyTestCase.cpp \
38
 
        UtcTimeStampTestCase.cpp
39
 
 
40
 
INCLUDES = -I.. -I../../../UnitTest++/src