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:
parent
829b4cc32f
commit
67ffd25c49
6 changed files with 45 additions and 0 deletions
9
tests/links/symlink.sh
Normal file
9
tests/links/symlink.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue