3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-11-02 13:57:52 +00:00

Test --link functionality

This commit is contained in:
Krystine Sherwin 2025-06-23 16:18:32 +12:00
parent 829b4cc32f
commit 67ffd25c49
No known key found for this signature in database
6 changed files with 45 additions and 0 deletions

9
tests/links/symlink.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
set -e
if [[ $TASK == link ]]; then
flags="--setup --link"
else
flags="--setup"
fi
python3 $SBY_MAIN -f $SBY_FILE $TASK $flags
python3 ${SBY_FILE%.sby}.py $WORKDIR $TASK