summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-15 14:27:34 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-29 11:49:15 +0100
commit7430df24165af844790ec206180a9977830eec58 (patch)
treed478fa49de685ec80fdd98af9dfc7b00db4ebe71
parent590a835974e3b0ef1524c1f953ee1e0c7f50248f (diff)
downloaddbus-7430df24165af844790ec206180a9977830eec58.tar.gz
test, test/name-test: remove SOURCES where they can be inferred from the name of the executable
-rw-r--r--test/Makefile.am27
-rw-r--r--test/name-test/Makefile.am30
2 files changed, 0 insertions, 57 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 977ff663..7adb8233 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -65,33 +65,6 @@ endif !DBUS_BUILD_TESTS
noinst_PROGRAMS= $(TEST_BINARIES)
-test_service_SOURCES= \
- test-service.c
-
-test_names_SOURCES= \
- test-names.c
-
-##break_loader_SOURCES= \
-## break-loader.c
-
-test_shell_service_SOURCES = \
- test-shell-service.c
-
-shell_test_SOURCES= \
- shell-test.c
-
-spawn_test_SOURCES= \
- spawn-test.c
-
-test_exit_SOURCES = \
- test-exit.c
-
-test_segfault_SOURCES = \
- test-segfault.c
-
-test_sleep_forever_SOURCES = \
- test-sleep-forever.c
-
static_cppflags = \
$(AM_CPPFLAGS) \
-DDBUS_STATIC_BUILD \
diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am
index ac70cff4..68fc33ec 100644
--- a/test/name-test/Makefile.am
+++ b/test/name-test/Makefile.am
@@ -26,44 +26,14 @@ if DBUS_BUILD_TESTS
## build even when not doing "make check"
noinst_PROGRAMS=test-pending-call-dispatch test-pending-call-timeout test-threads-init test-ids test-shutdown test-privserver test-privserver-client test-autolaunch
-test_pending_call_dispatch_SOURCES = \
- test-pending-call-dispatch.c
-
test_pending_call_dispatch_LDADD=$(top_builddir)/dbus/libdbus-internal.la
-
-test_pending_call_timeout_SOURCES = \
- test-pending-call-timeout.c
-
test_pending_call_timeout_LDADD=$(top_builddir)/dbus/libdbus-internal.la
-
-test_threads_init_SOURCES = \
- test-threads-init.c
-
test_threads_init_LDADD=$(top_builddir)/dbus/libdbus-internal.la
-
-test_ids_SOURCES = \
- test-ids.c
-
test_ids_LDADD=$(top_builddir)/dbus/libdbus-internal.la
-test_shutdown_SOURCES = \
- test-shutdown.c
-
test_shutdown_LDADD=../libdbus-testutils.la
-
-test_privserver_SOURCES = \
- test-privserver.c
-
test_privserver_LDADD=../libdbus-testutils.la
-
-test_privserver_client_SOURCES = \
- test-privserver-client.c
-
test_privserver_client_LDADD=../libdbus-testutils.la
-
-test_autolaunch_SOURCES = \
- test-autolaunch.c
-
test_autolaunch_LDADD=../libdbus-testutils.la
endif