3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-26 22:56:04 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Krystine Sherwin
a215e3260a
tests/links/symlink: Check file count
And also that `src/dir/script.ys` exists
2025-08-02 10:07:06 +12:00
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
Krystine Sherwin
b80a843995
tests/links: heredocs are never linked 2025-07-05 15:46:40 +12:00
Krystine Sherwin
67ffd25c49
Test --link functionality 2025-06-23 16:18:32 +12:00