summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKrzesimir Nowak <krnowak@openismus.com>2012-11-15 15:37:27 +0100
committerJens Georg <mail@jensge.org>2012-11-30 23:11:57 +0100
commit904d459d9ecad1b3fc0f7a27b0cc56cdc3878c7a (patch)
treea89448c25f2f1375264eaf58022bba94e40a981d /tests
parent0c6ec70492e2a758d214c3ca4118131be5254e07 (diff)
downloadgupnp-dlna-904d459d9ecad1b3fc0f7a27b0cc56cdc3878c7a.tar.gz
Upgrade build system to build all the new code
Also, bumped API version to 2.0.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am28
1 files changed, 16 insertions, 12 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 31fb782..81668f3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,13 +1,17 @@
-noinst_PROGRAMS = dlna-profile-parser dlna-encoding
+noinst_PROGRAMS = sets
-AM_CFLAGS = -I$(top_srcdir) $(GST_CFLAGS) $(GST_PBU_CFLAGS) $(LIBXML_CFLAGS)
-LIBS = $(GST_LIBS) \
- $(LIBXML_LIBS) \
- $(GST_PBU_LIBS) \
- $(top_builddir)/libgupnp-dlna/libgupnp-dlna-1.1.la
-
-dlna_profile_parser_SOURCES = dlna-profile-parser.c
-dlna_encoding_SOURCES = dlna-encoding.c
-
-TESTS_ENVIRONMENT = MEDIA_DIR="$(srcdir)/media" FILE_LIST="$(srcdir)/media/media-list.txt" ${SHELL}
-TESTS = test-discoverer.sh
+sets_SOURCES = \
+ sets.c
+sets_LDADD = \
+ $(GLIB_LIBS) \
+ $(GOBJECT_LIBS) \
+ $(LIBXML_LIBS) \
+ $(GMODULE_LIBS) \
+ $(top_builddir)/libgupnp-dlna/libgupnp-dlna-2.0.la
+sets_CFLAGS = \
+ $(GLIB_CFLAGS) \
+ $(GOBJECT_CFLAGS) \
+ $(LIBXML_CFLAGS) \
+ $(GMODULE_CFLAGS) \
+ -I$(top_srcdir)/libgupnp-dlna/profile-backends/native \
+ -I$(top_srcdir)/libgupnp-dlna/profile-backends/native/sets