mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-12-01 12:20:02 +00:00
This moves defines entirely into the runtime of the test_runner, simplifying thing and reducing the amount of generated code that needs to be build, at the cost of limiting test-defines to uintmax_t types. This is implemented using a set of index-based scopes (created by test.py) that allow different layers to override defines from other layers, accessible through the global `test_define` function. layers: 1. command-line overrides 2. per-case defines 3. per-geometry defines
17 lines
141 B
Plaintext
17 lines
141 B
Plaintext
# Compilation output
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.ci
|
|
*.csv
|
|
*.t.c
|
|
*.a.c
|
|
|
|
# Testing things
|
|
blocks/
|
|
lfs
|
|
test.c
|
|
tests/*.toml.*
|
|
scripts/__pycache__
|
|
.gdb_history
|