* 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
This commit is contained in:
Axel Dörfler
2009-04-24 10:06:32 +00:00
parent bf9f608567
commit c9928eb11a
4 changed files with 2 additions and 2 deletions
@@ -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 ;
@@ -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
-1
View File
@@ -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 ;