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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17d3616..79d9156 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,8 @@ size: $(OBJ)
.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_entries test_interspersed test_alloc test_paths test_attrs \
+ test_move test_orphan test_corrupt
@rm test.c
test_%: tests/test_%.sh