[gupnp-vala] Remove gupnp-ui test apps



commit ce399980bad738ff2457991d0d1e42e4e5587ce1
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Aug 1 23:58:34 2011 +0300

    Remove gupnp-ui test apps

 tests/Makefile.am           |   15 +-------------
 tests/device-view-test.vala |   46 -------------------------------------------
 2 files changed, 1 insertions(+), 60 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 60c27e8..9de0ec5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,14 +6,11 @@ GSSDP_TESTS = test-publisher test-browser
 if WITH_GUPNP
 GUPNP_TESTS = server-test proxy-test browsing-test introspection-test
 endif
-if WITH_GUPNP_UI
-GUPNP_UI_TESTS = device-view-test
-endif
 if WITH_GUPNP_AV
 GUPNP_AV_TESTS = search-criteria-test 
 endif
 
-all-tests: $(GSSDP_TESTS) $(GUPNP_TESTS) $(GUPNP_UI_TESTS) $(GUPNP_AV_TESTS)
+all-tests: $(GSSDP_TESTS) $(GUPNP_TESTS) $(GUPNP_AV_TESTS)
 
 test-publisher: test-publisher.vala
 	$(QUIET_VALAC)$(VALAC) \
@@ -63,14 +60,6 @@ introspection-test: introspection-test.vala
 		--pkg=gupnp-1.0 \
 		-o $(@F) $<
 
-device-view-test: device-view-test.vala
-	$(QUIET_VALAC)$(VALAC) \
-		--quiet --thread \
-		--vapidir=$(top_srcdir) \
-		--vapidir= VAPIDIR@ \
-		--pkg=gupnp-ui-1.0 \
-		-o $(@F) $<
-
 search-criteria-test: search-criteria-test.vala
 	$(QUIET_VALAC)$(VALAC) \
 		--quiet --thread \
@@ -86,7 +75,6 @@ CLEANFILES = \
 	proxy-test \
 	browsing-test \
 	introspection-test \
-	device-view-test \
 	search-criteria-test
 
 EXTRA_DIST = \
@@ -96,5 +84,4 @@ EXTRA_DIST = \
 	proxy-test.vala \
 	browsing-test.vala \
 	introspection-test.vala \
-	device-view-test.vala \
 	search-criteria-test.vala



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]