3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-16 18:05:31 +00:00
sby/tests
Krystine Sherwin a906714c95
Add test for copying directories
As per https://stackoverflow.com/a/54950959, `os.path.basename()` returns an empty string if the string ends with a trailing slash.  This means that the target implied by `dir/` differs from an explicit target of `dir/`, and changes the behaviour to copy files to the root `src` directory instead.
2025-08-02 09:17:21 +12:00
..
autotune Test autotune 2022-06-27 15:58:42 +02:00
blackbox add new blackbox test cases 2025-04-08 13:47:59 +01:00
intertask Don't use -f for intertask tests... 2025-07-09 10:40:49 +12:00
junit Add cover_assert option 2025-07-05 11:17:05 +12:00
keepgoing Support for "abc --keep-going pdr" via new "pdr -X" mode 2024-02-20 14:06:43 +01:00
links Add test for copying directories 2025-08-02 09:17:21 +12:00
make collect_tests.py: Ignore sby status dirs 2025-07-01 10:50:46 +12:00
parser sby: core: Added unsupported messages to the new sections 2022-08-18 05:36:11 -04:00
regression add non-verific name mangling regression test 2024-10-16 15:05:02 +02:00
statusdb Add jsonl status format 2025-07-29 10:00:52 +12:00
unsorted Reapply "Remove asserts during cover mode" 2025-07-02 18:00:28 +12:00
.gitignore Refactor tests 2022-04-11 17:50:38 +02:00
Makefile allow running SBY tests with an external examples directory 2025-04-28 16:13:30 +02:00