summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/fstests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/jffs2: Add test for empty NOR FSKinsey Moore2024-02-262-0/+23
| | | | | | | This adds a test to very that remounting a completely used, but empty NOR JFFS2 filesystem is possible. Previously, this triggered an edge condition in the JFFS2 scan code that prevented remount of a correctly formed and uncorrupted filesystem.
* fstests/tftpfs: Fix build dependencySebastian Huber2024-01-181-3/+3
| | | | Update #4666.
* testsuites/fstests: Add JFFS2 NAND support testsKinsey Moore2023-12-2210-0/+212
| | | | | | This adds a second set of JFFS2 tests running on top of a simulated NAND backend to ensure that interactions with delayed writes operate as expected.
* build: Improve testsuite build selectionSebastian Huber2023-11-021-3/+1
| | | | | | | | | | | | | Enable an individual testsuite only through the corresponding enable. Use BUILD_TESTS to change the default value of the individual testsuite enable options. This allows the user to enable all testsuites with specific exceptions. For example, this builds all testsuites except the benchmarks: [arch/bsp] BUILD_TESTS = True BUILD_BENCHMARKS = False
* Update company nameSebastian Huber2023-05-2064-64/+64
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-041-0/+3
| | | | | | | Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
* TFTPFS: Add testsFrank Kühndel2022-06-212-0/+27
| | | | Update #4666.
* testsuites: Wrap putcharAlex White2021-09-161-0/+1
| | | | The linker flag to wrap putchar was lost in translation from make to waf.
* build: Fix build dependencies of JFFS2 testsSebastian Huber2020-10-019-19/+19
| | | | Close #4107.
* build: Alternative build system based on wafSebastian Huber2020-09-1463-0/+1416
Update #3818.