mirror of
https://github.com/littlefs-project/littlefs.git
synced 2026-03-30 03:03:58 +00:00
gbmap: Relaxed test_btree to only ifndef LFS3_YES_GBMAP
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
after = 'test_rbyd'
|
||||
|
||||
# don't bother testing with more complicated block allocators
|
||||
ifndef = 'LFS3_GBMAP'
|
||||
ifndef = 'LFS3_YES_GBMAP'
|
||||
|
||||
# maximize lookahead buffer, we don't actually gc so we only get one pass
|
||||
# of the disk for these tests
|
||||
|
||||
Reference in New Issue
Block a user