summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/fstests (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-26testsuites/jffs2: Add test for empty NOR FSKinsey Moore2-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.
2024-01-18fstests/tftpfs: Fix build dependencySebastian Huber1-3/+3
Update #4666.
2023-12-22testsuites/fstests: Add JFFS2 NAND support testsKinsey Moore10-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.
2023-11-02build: Improve testsuite build selectionSebastian Huber1-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
2023-05-20Update company nameSebastian Huber64-64/+64
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-07-04build: Add cppflags, cflags, cxxflags to groupsSebastian Huber1-0/+3
Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
2022-06-21TFTPFS: Add testsFrank Kühndel2-0/+27
Update #4666.
2021-09-16testsuites: Wrap putcharAlex White1-0/+1
The linker flag to wrap putchar was lost in translation from make to waf.
2020-10-01build: Fix build dependencies of JFFS2 testsSebastian Huber9-19/+19
Close #4107.
2020-09-14build: Alternative build system based on wafSebastian Huber63-0/+1416
Update #3818.