diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-01-07 08:41:24 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-20 19:48:16 -0400 |
commit | 0d8c31ff7237149b505290652864b4e7e866b2a7 (patch) | |
tree | 2a1497d3b0384fb7ab20c6010276be0e166619eb /test | |
parent | f0ea29eaeb3449822bfbdfa839b00e323dfc523e (diff) |
test-engine: fix access to unit load path
Also add a bit of debugging output to help diagnose problems,
add missing units, and simplify cppflags.
Move test-engine to normal tests from manual tests, it should now
work without destroying the system.
Diffstat (limited to 'test')
l--------- | test/basic.target | 1 | ||||
l--------- | test/paths.target | 1 | ||||
l--------- | test/shutdown.target | 1 | ||||
l--------- | test/sockets.target | 1 | ||||
l--------- | test/sysinit.target | 1 | ||||
l--------- | test/timers.target | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/test/basic.target b/test/basic.target new file mode 120000 index 0000000000..0612934682 --- /dev/null +++ b/test/basic.target @@ -0,0 +1 @@ +../units/basic.target
\ No newline at end of file diff --git a/test/paths.target b/test/paths.target new file mode 120000 index 0000000000..e9939c9801 --- /dev/null +++ b/test/paths.target @@ -0,0 +1 @@ +../units/paths.target
\ No newline at end of file diff --git a/test/shutdown.target b/test/shutdown.target new file mode 120000 index 0000000000..1a3c2eec84 --- /dev/null +++ b/test/shutdown.target @@ -0,0 +1 @@ +../units/shutdown.target
\ No newline at end of file diff --git a/test/sockets.target b/test/sockets.target new file mode 120000 index 0000000000..8ff86a0775 --- /dev/null +++ b/test/sockets.target @@ -0,0 +1 @@ +../units/sockets.target
\ No newline at end of file diff --git a/test/sysinit.target b/test/sysinit.target new file mode 120000 index 0000000000..3301338185 --- /dev/null +++ b/test/sysinit.target @@ -0,0 +1 @@ +../units/sysinit.target
\ No newline at end of file diff --git a/test/timers.target b/test/timers.target new file mode 120000 index 0000000000..576d47fed7 --- /dev/null +++ b/test/timers.target @@ -0,0 +1 @@ +../units/timers.target
\ No newline at end of file |