~awuerl/blitzortung-tracker/trunk

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: awuerl at gmx
  • Date: 2010-08-14 01:37:32 UTC
  • Revision ID: awuerl@gmx.net-20100814013732-vb2de2v0b8pidv56
added missing tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
AM_CPPFLAGS = \
 
3
        -I$(top_srcdir) \
 
4
        -I$(top_srcdir)/source \
 
5
        -I$(top_srcdir)/source/lib \
 
6
        $(DEBUG_CPPFLAGS) 
 
7
 
 
8
AM_LDFLAGS = \
 
9
        $(top_srcdir)/source/lib/libblitzortung.la \
 
10
        -lcppunit
 
11
 
 
12
bin_PROGRAMS = test-lib \
 
13
        $(NULL)
 
14
 
 
15
test_lib_SOURCES = \
 
16
        test-lib.cc \
 
17
        test-lib-data-samples.cc test-lib-data-samples.h \
 
18
        $(NULL)
 
19