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-11 03:55:17 +0300
committerChristopher Haster <chaster@utexas.edu>2018-10-10 07:02:57 +0300
commit61f454b008e8c8a7208e8b74095da8501d62c621 (patch)
treeff11d055486be2418b636bd4d96e175e8d66f0f6 /Makefile
parentea4ded420ced77503f51917b41cdd157384f4eb4 (diff)
Added tests for resizable entries and custom attributes
Also found some bugs. Should now have a good amount of confidence in these features.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c093313..55c95db 100644
--- a/Makefile
+++ b/Makefile
@@ -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'