WIP Added tests over entries + attributes

This commit is contained in:
Christopher Haster
2018-04-10 19:55:17 -05:00
parent 7d3c2be49a
commit c8323112ee
6 changed files with 607 additions and 66 deletions

View File

@@ -33,8 +33,9 @@ size: $(OBJ)
$(SIZE) -t $^
.SUFFIXES:
test: test_format test_dirs test_files test_seek test_truncate \
test_interspersed test_alloc test_paths test_orphan test_move test_corrupt
test: test_format test_dirs test_files test_seek test_truncate test_entries \
test_interspersed test_alloc test_paths test_attrs \
test_orphan test_move test_corrupt
test_%: tests/test_%.sh
ifdef QUIET
@./$< | sed -n '/^[-=]/p'