From c9928eb11a5e435189a68897e3b2ba485c272b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 24 Apr 2009 10:06:32 +0000 Subject: [PATCH] * Moved random_file_actions to the other file system tests. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30362 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/add-ons/kernel/file_systems/Jamfile | 1 + .../kernel/file_systems}/random_file_actions/Jamfile | 2 +- .../file_systems}/random_file_actions/random_file_actions.cpp | 0 src/tests/system/Jamfile | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) rename src/tests/{system => add-ons/kernel/file_systems}/random_file_actions/Jamfile (52%) rename src/tests/{system => add-ons/kernel/file_systems}/random_file_actions/random_file_actions.cpp (100%) diff --git a/src/tests/add-ons/kernel/file_systems/Jamfile b/src/tests/add-ons/kernel/file_systems/Jamfile index 87a58b3f3d..40655f4032 100644 --- a/src/tests/add-ons/kernel/file_systems/Jamfile +++ b/src/tests/add-ons/kernel/file_systems/Jamfile @@ -6,6 +6,7 @@ SubInclude HAIKU_TOP src tests add-ons kernel file_systems consistency_check ; SubInclude HAIKU_TOP src tests add-ons kernel file_systems fs_shell ; SubInclude HAIKU_TOP src tests add-ons kernel file_systems fragmenter ; #SubInclude HAIKU_TOP src tests add-ons kernel file_systems iso9660 ; +SubInclude HAIKU_TOP src tests add-ons kernel file_systems random_file_actions ; SubInclude HAIKU_TOP src tests add-ons kernel file_systems random_read ; SubInclude HAIKU_TOP src tests add-ons kernel file_systems udf ; SubInclude HAIKU_TOP src tests add-ons kernel file_systems userlandfs ; diff --git a/src/tests/system/random_file_actions/Jamfile b/src/tests/add-ons/kernel/file_systems/random_file_actions/Jamfile similarity index 52% rename from src/tests/system/random_file_actions/Jamfile rename to src/tests/add-ons/kernel/file_systems/random_file_actions/Jamfile index 73dff73010..a4a8b765bd 100644 --- a/src/tests/system/random_file_actions/Jamfile +++ b/src/tests/add-ons/kernel/file_systems/random_file_actions/Jamfile @@ -1,4 +1,4 @@ -SubDir HAIKU_TOP src tests system random_file_actions ; +SubDir HAIKU_TOP src tests add-ons kernel file_systems random_file_actions ; SimpleTest random_file_actions : random_file_actions.cpp diff --git a/src/tests/system/random_file_actions/random_file_actions.cpp b/src/tests/add-ons/kernel/file_systems/random_file_actions/random_file_actions.cpp similarity index 100% rename from src/tests/system/random_file_actions/random_file_actions.cpp rename to src/tests/add-ons/kernel/file_systems/random_file_actions/random_file_actions.cpp diff --git a/src/tests/system/Jamfile b/src/tests/system/Jamfile index 5bf595c50c..b45bf5a66d 100644 --- a/src/tests/system/Jamfile +++ b/src/tests/system/Jamfile @@ -5,4 +5,3 @@ SubInclude HAIKU_TOP src tests system boot ; SubInclude HAIKU_TOP src tests system consoled ; SubInclude HAIKU_TOP src tests system kernel ; SubInclude HAIKU_TOP src tests system libroot ; -SubInclude HAIKU_TOP src tests system random_file_actions ;