summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2008-05-22 15:03:14 +0000
committerZeeshan Ali <zeenix@gmail.com>2008-05-22 15:03:14 +0000
commiteecb3624aaa57202d9a9d9d2a6c741705884e743 (patch)
treecad52b5d94923a63386eed622ec56185d8b736ef /tests
parent995473daec710700a0d3471b7eb79e15b5004d36 (diff)
downloadgupnp-vala-eecb3624aaa57202d9a9d9d2a6c741705884e743.tar.gz
Rename test app according to the class/object name it contains.
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/bindings/gupnp-vala@980 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
-rw-r--r--tests/test-publisher.vala (renamed from tests/test-publish.vala)0
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 014ee1d..42e1d8d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,9 +2,9 @@ include $(top_srcdir)/Makefile.decls
all: Makefile all-tests
-all-tests: test-publish test-browser
+all-tests: test-publisher test-browser
-test-publish: test-publish.vala
+test-publisher: test-publisher.vala
$(QUIET_VALAC)$(VALAC) \
--quiet \
--vapidir=$(top_srcdir) \
@@ -21,5 +21,5 @@ test-browser: test-browser.vala
-o $(@F) $<
CLEANFILES = \
- test-publish \
+ test-publisher \
test-browser
diff --git a/tests/test-publish.vala b/tests/test-publisher.vala
index 6131adc..6131adc 100644
--- a/tests/test-publish.vala
+++ b/tests/test-publisher.vala