mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
971fe108bb
Create a specific tests/ subdirectory to hold all the tests so they are no longer need to be in the top level directory. This patch does not move any tests there, however, and that will be done in subsequent commits. The tests/ subdir will have it's own subdirectories for different classes of tests. Initially, there will be a per-FSTYP subdirectory for filesytsem specific tests, and a generic directory for tests that span multiple filesystems. Each class will have it's own group file to indicate what groups the tests belong to, and these will be parsed appropriately by the high level check script to build the test list. The change in parsing results in the test output also emitting the path to the test as well as the name of the test, instead of just a raw number. This allows duplicate test names in the sudirecotries to be unambiguous when the summary is written out. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Phil White <pwhite@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>