gbmap: Relaxed test_btree to only ifndef LFS3_YES_GBMAP

This commit is contained in:
Christopher Haster
2025-12-01 18:11:26 -06:00
parent 0f7dcf068b
commit d2337500a5

View File

@ -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