From 43eac3083bda95006a9cfaea743e95bb358b5bc5 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Sun, 8 Apr 2018 17:26:03 -0500 Subject: Renamed test_parallel tests to test_interespersed The name test_parallel gave off the incorrect impression that these tests are multithreaded. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee71793..c093313 100644 --- a/Makefile +++ b/Makefile @@ -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' -- cgit v1.2.3