From c4a31f244a5a5e1ec24a10cf927027364d3e8fd7 Mon Sep 17 00:00:00 2001 From: Vlad Zolotarov <vladz@cloudius-systems.com> Date: Thu, 26 Dec 2013 17:25:37 +0200 Subject: [PATCH] usr.manifest.skel: Add missing tests tst-commands.so and tst-fsx.so were missing. Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com> Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com> --- usr.manifest.skel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.manifest.skel b/usr.manifest.skel index 0869d0729..bec13916e 100644 --- a/usr.manifest.skel +++ b/usr.manifest.skel @@ -102,7 +102,9 @@ /tests/misc-mutex.so: ./tests/misc-mutex.so /tests/tst-hub.so: ./tests/tst-hub.so /tests/tst-condvar.so: ./tests/tst-condvar.so +/tests/tst-commands.so: ./tests/tst-commands.so /tests/tst-queue-mpsc.so: ./tests/tst-queue-mpsc.so +/tests/tst-fsx.so: ./tests/tst-fsx.so /&/tests/tst-af-local.so: ./& /&/tests/tst-pipe.so: ./& /&/tests/tst-bsd-kthread.so: ./& -- GitLab