Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2018-04-09 01:26:03 +0300
committerChristopher Haster <chaster@utexas.edu>2018-04-09 01:31:09 +0300
commit43eac3083bda95006a9cfaea743e95bb358b5bc5 (patch)
treef0dcef331320fe42e3f40fe521dce1da17064f62 /Makefile
parentdbc3cb1798b0c2b4fd744c753154d654dfa8e118 (diff)
Renamed test_parallel tests to test_interespersed
The name test_parallel gave off the incorrect impression that these tests are multithreaded.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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'