Reorganized test suites a bit

- Renamed test_dtree -> test_dirs
- Renamed test_dseek -> test_dread
- Split test_files -> test_files, test_fwrite
This commit is contained in:
Christopher Haster
2023-11-30 03:23:47 -06:00
parent 4da7c88eb0
commit b1ce27f733
5 changed files with 2513 additions and 3030 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
# since you can usually ignore allocator issues temporarily by making the test
# device really big (-DDISK_SIZE=16777216, etc)
#
after = ['test_mtree', 'test_dtree', 'test_files']
after = ['test_mtree', 'test_dirs', 'test_files']
# TODO test all of these with weird block sizes? would be nice to make this