Files
littlefs/scripts
Christopher Haster 213dba6f6d scripts: test.py/bench.py: Added ifndef attribute for tests/benches
As you might expect, this is the inverse of ifdef, and is useful for
supporting opt-out flags.

I don't think ifdef + ifndef is powerful enough to handle _all_
compile-time corner cases, but they at least provide convenient handling
for the most common flags. Worst case, tests/benches can always include
explicit #if/#ifdef/#ifndef statements in the code itself.
2025-06-24 15:17:04 -05:00
..
2025-05-15 18:48:46 -05:00
2025-05-15 18:48:46 -05:00
2025-05-15 18:48:46 -05:00
2025-04-16 15:23:06 -05:00