tests/file_systems: Move some tests to a common "shared" directory.
Rather than having individual directories for the tests. No functional change intended. Change-Id: Ie453eab2d7347cef4ea68a1e7793d01817e7da39 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7706 Tested-by: Commit checker robot <[email protected]> Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
0a44afc6bf
commit
f91b5cb297
@@ -3,11 +3,8 @@ SubDir HAIKU_TOP src tests add-ons kernel file_systems ;
|
||||
HaikuSubInclude bfs ;
|
||||
HaikuSubInclude btrfs ;
|
||||
HaikuSubInclude cdda ;
|
||||
HaikuSubInclude consistency_check ;
|
||||
HaikuSubInclude fragmenter ;
|
||||
HaikuSubInclude iso9660 ;
|
||||
HaikuSubInclude random_file_actions ;
|
||||
HaikuSubInclude random_read ;
|
||||
HaikuSubInclude shared ;
|
||||
HaikuSubInclude udf ;
|
||||
HaikuSubInclude ufs2 ;
|
||||
HaikuSubInclude userlandfs ;
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
SubDir HAIKU_TOP src tests add-ons kernel file_systems fragmenter ;
|
||||
|
||||
BinCommand fragmenter :
|
||||
fragmenter.cpp
|
||||
;
|
||||
@@ -1,6 +0,0 @@
|
||||
SubDir HAIKU_TOP src tests add-ons kernel file_systems random_file_actions ;
|
||||
|
||||
SimpleTest random_file_actions
|
||||
: random_file_actions.cpp
|
||||
: [ TargetLibstdc++ ]
|
||||
;
|
||||
@@ -1,5 +0,0 @@
|
||||
SubDir HAIKU_TOP src tests add-ons kernel file_systems random_read ;
|
||||
|
||||
SimpleTest random_read
|
||||
: random_read.cpp
|
||||
: be ;
|
||||
@@ -0,0 +1,17 @@
|
||||
SubDir HAIKU_TOP src tests add-ons kernel file_systems shared ;
|
||||
|
||||
SimpleTest random_file_actions
|
||||
: random_file_actions.cpp
|
||||
: [ TargetLibstdc++ ]
|
||||
;
|
||||
|
||||
SimpleTest random_read
|
||||
: random_read.cpp
|
||||
: be
|
||||
;
|
||||
|
||||
BinCommand fragmenter :
|
||||
fragmenter.cpp
|
||||
;
|
||||
|
||||
HaikuSubInclude consistency_check ;
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
SubDir HAIKU_TOP src tests add-ons kernel file_systems consistency_check ;
|
||||
SubDir HAIKU_TOP src tests add-ons kernel file_systems shared consistency_check ;
|
||||
|
||||
UsePrivateHeaders shared ;
|
||||
UsePrivateHeaders shared libroot ;
|
||||
|
||||
SimpleTest generate_hashs :
|
||||
generate_hashs.cpp
|
||||
Reference in New Issue
Block a user