summaryrefslogtreecommitdiff
path: root/tests/lastfm-albumart/Makefile.am
blob: 534307cfa7b4e6464491d199084fb515d0911291 (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
28
29
30
31
32
33
34
35
#
# Makefile.am
#
# Author: Juan A. Suarez Romero <jasuarez@igalia.com>
#
# Copyright (C) 2014 Igalia S.L.

include $(top_srcdir)/gtester.mk

TEST_PROGS +=	\
   test_lastfm_albumart

test_lastfm_albumart_defines =                                                       	\
   -DLASTFM_ALBUMART_PLUGIN_PATH=\""$(abs_top_builddir)/src/lastfm-albumart/.libs/"\" 	\
	-DLASTFM_ALBUMART_DATA_PATH=\""$(abs_top_srcdir)/tests/lastfm-albumart/data/"\"

test_lastfm_albumart_SOURCES =	\
	test_lastfm_albumart.c

test_lastfm_albumart_LDADD =	\
	@DEPS_LIBS@

test_lastfm_albumart_CFLAGS =	\
	@DEPS_CFLAGS@					\
	$(test_lastfm_albumart_defines)

# Distribute the tests data:
dist_noinst_DATA =               \
   data/network-data.ini         \
   data/resolve-good-found.data  \
   data/resolve-good-found-default.data

noinst_PROGRAMS = $(TEST_PROGS)

-include $(top_srcdir)/git.mk