chiark / gitweb /
test: test tools should still be in the src/ directory
authorLennart Poettering <lennart@poettering.net>
Thu, 12 Apr 2012 11:48:01 +0000 (13:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 12 Apr 2012 11:48:01 +0000 (13:48 +0200)
14 files changed:
Makefile.am
src/test/Makefile [new symlink]
src/test/test-cgroup.c [moved from test/test-cgroup.c with 100% similarity]
src/test/test-daemon.c [moved from test/test-daemon.c with 100% similarity]
src/test/test-engine.c [moved from test/test-engine.c with 100% similarity]
src/test/test-env-replace.c [moved from test/test-env-replace.c with 100% similarity]
src/test/test-hostname.c [moved from test/test-hostname.c with 100% similarity]
src/test/test-id128.c [moved from test/test-id128.c with 100% similarity]
src/test/test-install.c [moved from test/test-install.c with 100% similarity]
src/test/test-job-type.c [moved from test/test-job-type.c with 100% similarity]
src/test/test-loopback.c [moved from test/test-loopback.c with 100% similarity]
src/test/test-ns.c [moved from test/test-ns.c with 100% similarity]
src/test/test-strv.c [moved from test/test-strv.c with 100% similarity]
src/test/test-watchdog.c [moved from test/test-watchdog.c with 100% similarity]

index 13e1af67767514ed214a9c58319cbf1776ae0fb0..829db7e9ef03228ea5ae33805393853cb0f4181d 100644 (file)
@@ -824,7 +824,7 @@ systemd_LDADD = \
 
 # ------------------------------------------------------------------------------
 test_engine_SOURCES = \
-       test/test-engine.c
+       src/test/test-engine.c
 
 test_engine_CFLAGS = \
        $(AM_CFLAGS) \
@@ -835,7 +835,7 @@ test_engine_LDADD = \
        libsystemd-daemon.la
 
 test_job_type_SOURCES = \
-       test/test-job-type.c
+       src/test/test-job-type.c
 
 test_job_type_CFLAGS = \
        $(AM_CFLAGS) \
@@ -845,51 +845,51 @@ test_job_type_LDADD = \
        libsystemd-core.la
 
 test_ns_SOURCES = \
-       test/test-ns.c
+       src/test/test-ns.c
 
 test_ns_LDADD = \
        libsystemd-core.la
 
 test_loopback_SOURCES = \
-       test/test-loopback.c
+       src/test/test-loopback.c
 
 test_loopback_LDADD = \
        libsystemd-shared.la
 
 test_hostname_SOURCES = \
-       test/test-hostname.c
+       src/test/test-hostname.c
 
 test_hostname_LDADD = \
        libsystemd-shared.la
 
 test_daemon_SOURCES = \
-       test/test-daemon.c
+       src/test/test-daemon.c
 
 test_daemon_LDADD = \
        libsystemd-shared.la \
        libsystemd-daemon.la
 
 test_cgroup_SOURCES = \
-       test/test-cgroup.c
+       src/test/test-cgroup.c
 
 test_cgroup_LDADD = \
        libsystemd-label.la \
        libsystemd-shared.la
 
 test_env_replace_SOURCES = \
-       test/test-env-replace.c
+       src/test/test-env-replace.c
 
 test_env_replace_LDADD = \
        libsystemd-shared.la
 
 test_strv_SOURCES = \
-       test/test-strv.c
+       src/test/test-strv.c
 
 test_strv_LDADD = \
        libsystemd-shared.la
 
 test_install_SOURCES = \
-       test/test-install.c
+       src/test/test-install.c
 
 test_install_CFLAGS = \
        $(AM_CFLAGS) \
@@ -900,7 +900,7 @@ test_install_LDADD = \
        libsystemd-shared.la
 
 test_watchdog_SOURCES = \
-       test/test-watchdog.c
+       src/test/test-watchdog.c
 
 test_watchdog_LDADD = \
        libsystemd-shared.la
@@ -1861,7 +1861,7 @@ libsystemd_id128_la_LIBADD = \
        libsystemd-shared.la
 
 test_id128_SOURCES = \
-       test/test-id128.c
+       src/test/test-id128.c
 
 test_id128_LDADD = \
        libsystemd-shared.la \
diff --git a/src/test/Makefile b/src/test/Makefile
new file mode 120000 (symlink)
index 0000000..d0b0e8e
--- /dev/null
@@ -0,0 +1 @@
+../Makefile
\ No newline at end of file
similarity index 100%
rename from test/test-cgroup.c
rename to src/test/test-cgroup.c
similarity index 100%
rename from test/test-daemon.c
rename to src/test/test-daemon.c
similarity index 100%
rename from test/test-engine.c
rename to src/test/test-engine.c
similarity index 100%
rename from test/test-id128.c
rename to src/test/test-id128.c
similarity index 100%
rename from test/test-install.c
rename to src/test/test-install.c
similarity index 100%
rename from test/test-ns.c
rename to src/test/test-ns.c
similarity index 100%
rename from test/test-strv.c
rename to src/test/test-strv.c