[tracker/libtracker-bus: 25/51] tests/functional-tests: Rename the tests
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/libtracker-bus: 25/51] tests/functional-tests: Rename the tests
- Date: Wed, 11 Aug 2010 15:35:50 +0000 (UTC)
commit d6f050c7a1ab3d453bb0a2bc393943e42f001a1c
Author: Philip Van Hoof <philip codeminded be>
Date: Wed Jul 21 17:33:52 2010 +0200
tests/functional-tests: Rename the tests
tests/functional-tests/Makefile.am | 14 +++++++-------
.../{bus-test.vala => bus-query-test.vala} | 0
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index bdd8bf3..7674f7b 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -73,21 +73,21 @@ MAINTAINERCLEANFILES = \
$(BUILT_SOURCES) \
$(busy_handling_test_VALASOURCES:.vala=.c)
-bus_test_VALASOURCES = bus-test.vala
+bus_query_test_VALASOURCES = bus-query-test.vala
-bus_test_SOURCES = \
- bus_test.vala.stamp \
- $(bus_test_VALASOURCES:.vala=.c)
+bus_query_test_SOURCES = \
+ bus_query_test.vala.stamp \
+ $(bus_query_test_VALASOURCES:.vala=.c)
bus_vapi_sources = \
$(top_srcdir)/src/libtracker-sparql/tracker-sparql-$(TRACKER_API_VERSION).vapi \
$(top_srcdir)/src/libtracker-bus/tracker-bus-$(TRACKER_API_VERSION).vapi
-bus-test.vala.stamp: $(bus_test_VALASOURCES) $(bus_vapi_sources)
+bus-query-test.vala.stamp: $(bus_query_test_VALASOURCES) $(bus_vapi_sources)
$(AM_V_GEN)$(VALAC) $(GCOV_VALAFLAGS) -C $(VALAFLAGS) --pkg gio-2.0 --pkg dbus-glib-1 $^
$(AM_V_GEN)touch $@
-bus_test_LDADD = \
+bus_query_test_LDADD = \
$(top_builddir)/src/libtracker-bus/libtracker-bus.la \
$(top_builddir)/src/libtracker-sparql/libtracker-sparql-$(TRACKER_API_VERSION).la \
$(top_builddir)/src/libtracker-common/libtracker-common.la \
@@ -97,7 +97,7 @@ bus_test_LDADD = \
BUILT_SOURCES = \
busy-handling-test.vala.stamp \
- bus-test.vala.stamp
+ bus-query-test.vala.stamp
EXTRA_DIST = \
$(config_SCRIPTS) \
diff --git a/tests/functional-tests/bus-test.vala b/tests/functional-tests/bus-query-test.vala
similarity index 100%
rename from tests/functional-tests/bus-test.vala
rename to tests/functional-tests/bus-query-test.vala
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]