File: Makefile.am

package info (click to toggle)
eris 1.2.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,360 kB
  • ctags: 1,348
  • sloc: sh: 8,289; cpp: 7,576; perl: 287; ansic: 172; makefile: 143
file content (13 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
TESTS_DIS = testEris

INCLUDES = -I$(top_srcdir)

check_PROGRAMS = $(TESTS_DIS)

testEris_SOURCES = tests.cpp testHarness.h \
    stubServer.h stubServer.cpp \
    testUtils.h testUtils.cpp \
    testConnection.cpp testConnection.h \
    testPlayer.h testPlayer.cpp

testEris_LDADD = $(top_builddir)/Eris/liberis-1.2.la