summaryrefslogtreecommitdiff
path: root/tests/gtest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtest/Makefile.am')
-rw-r--r--tests/gtest/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/gtest/Makefile.am b/tests/gtest/Makefile.am
deleted file mode 100644
index 5fe33f4..0000000
--- a/tests/gtest/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-TESTS_ENVIRONMENT = G_SLICE=debug-blocks \
- LD_LIBRARY_PATH=$(top_builddir)/libgupnp/.libs:$(LD_LIBRARY_PATH)
-
-TESTS=$(check_PROGRAMS)
-
-check_PROGRAMS = test-context test-bugs
-
-test_context_SOURCES = test-context.c
-test_bugs_SOURCES = test-bugs.c
-
-LDADD = \
- $(top_builddir)/libgupnp/libgupnp-1.2.la \
- $(LIBGUPNP_LIBS)
-AM_CFLAGS = \
- $(LIBGUPNP_CFLAGS) \
- -I $(top_srcdir) \
- -DDATA_PATH="\"$(srcdir)/data\""
-
-EXTRA_DIST=data/random4k.bin data/TestService.xml data/TestDevice.xml