3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-11-02 13:57:52 +00:00
sby/tests/links/more_dirs.sh
Krystine Sherwin 1d28294391
More directory tests
Confirming that the changes to path handling didn't break anything.
`~/` works locally, but I'm not sure how to actually include that as a test.
2025-08-02 10:38:35 +12:00

10 lines
209 B
Bash

#!/bin/bash
set -e
if [[ $TASK == link ]]; then
flags="--setup --link"
else
flags="--setup"
fi
python3 $SBY_MAIN -f $SBY_FILE $TASK $flags
test -e ${WORKDIR}/src/here/dir -a -e ${WORKDIR}/src/a/b/c.v