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>2020-01-13 07:21:09 +0300
committerChristopher Haster <chaster@utexas.edu>2020-01-13 07:21:09 +0300
commitb06ce542791d0d3d0ff56fdb762404e9ce5bedea (patch)
tree912e1fa11b3bab8dba5af1d07217a42953b0c27b /.gitignore
parent1d2688a7714d2d0d560dc47acc87b19ed03dba9f (diff)
Migrated the bulk of the feature-specific tests
This involved some minor tweaks for the various types of tests, added predicates to the test framework (necessary for test_entries and test_alloc), and cleaned up some of the testing semantics such as reporting how many tests are filtered, showing permutation config on the result screen, and properly inheriting suite config in cases.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 36f92cd..1e12cca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
blocks/
lfs
test.c
+tests_/*.toml.*