summaryrefslogtreecommitdiff
path: root/modem/tests/Makefile.am
blob: 5dc6feb644ee8d7f38d54359e136442d369fe7b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
AM_CFLAGS = $(ERROR_CFLAGS) \
	@TP_CFLAGS@ @GLIB_CFLAGS@ @DBUS_CFLAGS@ @CHECK_CFLAGS@

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests -I$(top_srcdir)/modem -I..

TESTS = test-modem

test_PROGRAMS = $(TESTS)

test_modem_SOURCES = \
		test-modem.c test-modem.h \
		test-modem-call-service.c \
		test-modem-call.c \
		test-modem-tones.c \
		test-sim.c \
		test-modem-request.c \
		base.h base.c derived.h derived.c
#		test-modem-sms.c

test_modem_LDADD = ../libmodem-call-glib.la \
	../libmodem-sim-glib.la \
	../libtest-modem-sms.la \
	../libmodem-glib.la \
	../../tests/libtestcommon.la \
	@TP_LIBS@ @DBUS_LIBS@ @GLIB_LIBS@ \
	@CHECK_LIBS@
	-lpthread