summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-03-17 14:44:10 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-03-17 14:44:10 +0000
commit85aa079ae7e85f5e7ea4486e0d9c39440506dbef (patch)
tree16e4568be48945e03ec73a6a07d0148099abe1a3
parent07a1c96e574ce45fd82f4919c78df11ddc16f683 (diff)
tests: remove test- prefix from all sources
As well as making tab completion work better, this means .gitignore can be much simpler.
-rw-r--r--.gitignore37
-rw-r--r--tests/Makefile.am10
-rw-r--r--tests/availability-cmp.c (renamed from tests/test-availability-cmp.c)0
-rw-r--r--tests/dbus/Makefile.am8
-rw-r--r--tests/dbus/call-cancellation.c (renamed from tests/dbus/test-call-cancellation.c)0
-rw-r--r--tests/dbus/dbus.c (renamed from tests/dbus/test-dbus.c)0
-rw-r--r--tests/dbus/disconnection.c (renamed from tests/dbus/test-disconnection.c)0
-rw-r--r--tests/dbus/example-no-protocols.c (renamed from tests/dbus/test-example-no-protocols.c)0
-rw-r--r--tests/heap.c (renamed from tests/test-heap.c)0
-rw-r--r--tests/internal-debug.c (renamed from tests/test-internal-debug.c)0
-rw-r--r--tests/intset.c (renamed from tests/test-intset.c)0
-rw-r--r--tests/util.c (renamed from tests/test-util.c)0
12 files changed, 15 insertions, 40 deletions
diff --git a/.gitignore b/.gitignore
index b874bc884..f0607525f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,41 +64,8 @@ m4/lt~obsolete.m4
missing
stamp-h1
tags
-tests/dbus/test-call-cancellation
-tests/dbus/test-channel-introspect
-tests/dbus/test-cli-group
-tests/dbus/test-cm
-tests/dbus/test-connection
-tests/dbus/test-connection-bug-18845
-tests/dbus/test-connection-getinterfaces-failure
-tests/dbus/test-connection-error
-tests/dbus/test-connection-handles
-tests/dbus/test-connection-inject-bug16307
-tests/dbus/test-contacts
-tests/dbus/test-contacts-bug-19101
-tests/dbus/test-contacts-mixin
-tests/dbus/test-dbus
-tests/dbus/test-disconnection
-tests/dbus/test-error-enum
-tests/dbus/test-example-no-protocols
-tests/dbus/test-finalized-in-invalidated-handler
-tests/dbus/test-group-mixin
-tests/dbus/test-handle-set
-tests/dbus/test-invalidated-while-invoking-signals
-tests/dbus/test-message-mixin
-tests/dbus/test-properties
-tests/dbus/test-message-mixin
-tests/dbus/test-self-handle
-tests/dbus/test-self-presence
-tests/dbus/test-text-mixin
-tests/dbus/test-text-respawn
-tests/dbus/test-unsupported-interface
-tests/test-asv
-tests/test-availability-cmp
-tests/test-heap
-tests/test-internal-debug
-tests/test-intset
-tests/test-util
+tests/dbus/test-*
+tests/test-*
tests/tools/actual.h
tests/tools/actual-body.h
tools/telepathy-glib-env
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 705dc93e6..96bfe189b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -38,21 +38,21 @@ test_asv_SOURCES = \
asv.c
test_heap_SOURCES = \
- test-heap.c
+ heap.c
test_util_SOURCES = \
- test-util.c
+ util.c
test_intset_SOURCES = \
- test-intset.c
+ intset.c
test_availability_cmp_SOURCES = \
- test-availability-cmp.c
+ availability-cmp.c
# this needs to link against the static convenience library so that
# _tp_debug is still visible
test_internal_debug_SOURCES = \
- test-internal-debug.c
+ internal-debug.c
test_internal_debug_LDADD = \
$(top_builddir)/telepathy-glib/libtelepathy-glib-internal.la
diff --git a/tests/test-availability-cmp.c b/tests/availability-cmp.c
index 56ce82851..56ce82851 100644
--- a/tests/test-availability-cmp.c
+++ b/tests/availability-cmp.c
diff --git a/tests/dbus/Makefile.am b/tests/dbus/Makefile.am
index 3094e5f99..0fd0e0a14 100644
--- a/tests/dbus/Makefile.am
+++ b/tests/dbus/Makefile.am
@@ -34,6 +34,8 @@ LDADD = \
$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
$(top_builddir)/tests/lib/libtp-glib-tests.la
+test_call_cancellation_SOURCES = call-cancellation.c
+
test_channel_introspect_SOURCES = channel-introspect.c
test_cli_group_SOURCES = cli-group.c
@@ -62,9 +64,15 @@ test_contacts_bug_19101_SOURCES = contacts-bug-19101.c
test_contacts_mixin_SOURCES = contacts-mixin.c
+test_dbus_SOURCES = dbus.c
+
+test_disconnection_SOURCES = disconnection.c
+
test_error_enum_SOURCES = error-enum.c
nodist_test_error_enum_SOURCES = _gen/errors-check.h
+test_example_no_protocols_SOURCES = example-no-protocols.c
+
test_finalized_in_invalidated_handler_SOURCES = \
finalized-in-invalidated-handler.c
diff --git a/tests/dbus/test-call-cancellation.c b/tests/dbus/call-cancellation.c
index 5f66b454b..5f66b454b 100644
--- a/tests/dbus/test-call-cancellation.c
+++ b/tests/dbus/call-cancellation.c
diff --git a/tests/dbus/test-dbus.c b/tests/dbus/dbus.c
index d8c6ce883..d8c6ce883 100644
--- a/tests/dbus/test-dbus.c
+++ b/tests/dbus/dbus.c
diff --git a/tests/dbus/test-disconnection.c b/tests/dbus/disconnection.c
index 815f6aa0e..815f6aa0e 100644
--- a/tests/dbus/test-disconnection.c
+++ b/tests/dbus/disconnection.c
diff --git a/tests/dbus/test-example-no-protocols.c b/tests/dbus/example-no-protocols.c
index 201fe649f..201fe649f 100644
--- a/tests/dbus/test-example-no-protocols.c
+++ b/tests/dbus/example-no-protocols.c
diff --git a/tests/test-heap.c b/tests/heap.c
index 2bf6e7d9f..2bf6e7d9f 100644
--- a/tests/test-heap.c
+++ b/tests/heap.c
diff --git a/tests/test-internal-debug.c b/tests/internal-debug.c
index b852da78d..b852da78d 100644
--- a/tests/test-internal-debug.c
+++ b/tests/internal-debug.c
diff --git a/tests/test-intset.c b/tests/intset.c
index eca52bf82..eca52bf82 100644
--- a/tests/test-intset.c
+++ b/tests/intset.c
diff --git a/tests/test-util.c b/tests/util.c
index d4b67f1e6..d4b67f1e6 100644
--- a/tests/test-util.c
+++ b/tests/util.c