From: Kay Sievers Date: Thu, 12 Apr 2012 11:17:41 +0000 (+0200) Subject: move a couple of test-*.c to test/ X-Git-Tag: v183~372 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6af684ee5cf49f3d0fef16369c3c2782c8a73357;p=elogind.git move a couple of test-*.c to test/ --- diff --git a/Makefile.am b/Makefile.am index 3a1e0422e..4a12d89b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -828,7 +828,7 @@ systemd_LDADD = \ # ------------------------------------------------------------------------------ test_engine_SOURCES = \ - src/test-engine.c + test/test-engine.c test_engine_CFLAGS = \ $(AM_CFLAGS) \ @@ -839,7 +839,7 @@ test_engine_LDADD = \ libsystemd-daemon.la test_job_type_SOURCES = \ - src/test-job-type.c + test/test-job-type.c test_job_type_CFLAGS = \ $(AM_CFLAGS) \ @@ -849,51 +849,51 @@ test_job_type_LDADD = \ libsystemd-core.la test_ns_SOURCES = \ - src/test-ns.c + test/test-ns.c test_ns_LDADD = \ libsystemd-core.la test_loopback_SOURCES = \ - src/test-loopback.c + test/test-loopback.c test_loopback_LDADD = \ libsystemd-shared.la test_hostname_SOURCES = \ - src/test-hostname.c + test/test-hostname.c test_hostname_LDADD = \ libsystemd-shared.la test_daemon_SOURCES = \ - src/test-daemon.c + test/test-daemon.c test_daemon_LDADD = \ libsystemd-shared.la \ libsystemd-daemon.la test_cgroup_SOURCES = \ - src/test-cgroup.c + test/test-cgroup.c test_cgroup_LDADD = \ libsystemd-label.la \ libsystemd-shared.la test_env_replace_SOURCES = \ - src/test-env-replace.c + test/test-env-replace.c test_env_replace_LDADD = \ libsystemd-shared.la test_strv_SOURCES = \ - src/test-strv.c + test/test-strv.c test_strv_LDADD = \ libsystemd-shared.la test_install_SOURCES = \ - src/test-install.c + test/test-install.c test_install_CFLAGS = \ $(AM_CFLAGS) \ @@ -904,7 +904,7 @@ test_install_LDADD = \ libsystemd-shared.la test_watchdog_SOURCES = \ - src/test-watchdog.c + test/test-watchdog.c test_watchdog_LDADD = \ libsystemd-shared.la @@ -1863,7 +1863,7 @@ libsystemd_id128_la_LIBADD = \ libsystemd-shared.la test_id128_SOURCES = \ - src/test-id128.c + test/test-id128.c test_id128_LDADD = \ libsystemd-shared.la \ diff --git a/src/test-cgroup.c b/test/test-cgroup.c similarity index 100% rename from src/test-cgroup.c rename to test/test-cgroup.c diff --git a/src/test-daemon.c b/test/test-daemon.c similarity index 100% rename from src/test-daemon.c rename to test/test-daemon.c diff --git a/src/test-engine.c b/test/test-engine.c similarity index 100% rename from src/test-engine.c rename to test/test-engine.c diff --git a/src/test-env-replace.c b/test/test-env-replace.c similarity index 100% rename from src/test-env-replace.c rename to test/test-env-replace.c diff --git a/src/test-hostname.c b/test/test-hostname.c similarity index 100% rename from src/test-hostname.c rename to test/test-hostname.c diff --git a/src/test-id128.c b/test/test-id128.c similarity index 100% rename from src/test-id128.c rename to test/test-id128.c diff --git a/src/test-install.c b/test/test-install.c similarity index 100% rename from src/test-install.c rename to test/test-install.c diff --git a/src/test-job-type.c b/test/test-job-type.c similarity index 100% rename from src/test-job-type.c rename to test/test-job-type.c diff --git a/src/test-loopback.c b/test/test-loopback.c similarity index 100% rename from src/test-loopback.c rename to test/test-loopback.c diff --git a/src/test-ns.c b/test/test-ns.c similarity index 100% rename from src/test-ns.c rename to test/test-ns.c diff --git a/src/test-strv.c b/test/test-strv.c similarity index 100% rename from src/test-strv.c rename to test/test-strv.c diff --git a/src/test-watchdog.c b/test/test-watchdog.c similarity index 100% rename from src/test-watchdog.c rename to test/test-watchdog.c