diff options
| author | Simon Glass <[email protected]> | 2026-03-06 11:12:44 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2026-03-18 06:14:16 -0600 |
| commit | 1b044493e5d90c07ea2a3158c0e0e6a966a27890 (patch) | |
| tree | 89b8e6515cc6f8ff50f4021f9bf86f4cdc12db93 /doc/develop | |
| parent | 544dec27783e6f75a4366a949ef416f35e1a9638 (diff) | |
binman: test: Move remaining test files to test/entry/
Move the remaining 60 or so test files into an entry/ subdirectory.
These cover general entry types and features: entry args, fill, text,
env, compress, replace, template, collection, ELF, overlap, listing,
sections, symlink, TEE OS, and other miscellaneous entries. Drop the
numeric prefixes and update all references.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/binman_tests.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/binman_tests.rst b/doc/develop/binman_tests.rst index 3be7d43cd3f..74a2d0e8ef2 100644 --- a/doc/develop/binman_tests.rst +++ b/doc/develop/binman_tests.rst @@ -402,7 +402,7 @@ Another type of test is one which checks error-handling, for example: def testFillNoSize(self): """Test for an fill entry type with no size""" with self.assertRaises(ValueError) as e: - self._DoReadFile('070_fill_no_size.dts') + self._DoReadFile('entry/fill_no_size.dts') self.assertIn("'fill' entry is missing properties: size", str(e.exception)) |
