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 ;