Home
last modified time | relevance | path

Searched +refs:test +refs:example (Results 1 – 2 of 2) sorted by relevance

/littlefs-2.7.6/scripts/
Dtest.py202 def test(self, exec=[], persist=False, cycles=None, member in TestCase
301 def test(self, exec=[], **args): member in ValgrindTestCase
313 return super().test(exec=exec, **args)
323 def test(self, persist=False, gdb=False, failure=None, **args): member in ReentrantTestCase
333 return super().test(gdb=gdb, persist=persist, cycles=cycles,
340 return super().test(persist=persist, cycles=cycles, **args)
544 def test(self, **args): member in TestSuite
554 result = perm.test(**args)
691 suite.test(**args)
735 failure.case.test(failure=failure, **args)
[all …]
/littlefs-2.7.6/
DREADME.md30 Here's a simple example that updates a file named `boot_count` every time
194 The littlefs comes with a test suite designed to run on a PC using the
199 make test