Renamed test_parallel tests to test_interespersed

The name test_parallel gave off the incorrect impression that these
tests are multithreaded.
This commit is contained in:
Christopher Haster
2018-04-08 17:26:03 -05:00
parent dbc3cb1798
commit 43eac3083b
2 changed files with 5 additions and 5 deletions

View File

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