mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-09 07:45:08 +00:00
tests: Fix for macos
Drop non standard `-t` flag for putting the destination directory first.
This commit is contained in:
parent
1eb5181700
commit
1a80c26bae
1 changed files with 2 additions and 2 deletions
|
|
@ -19,11 +19,11 @@ $yosys $test $source
|
|||
|
||||
# include local to cwd
|
||||
mkdir -p $subdir
|
||||
cp -t $subdir $source
|
||||
cp $source $subdir
|
||||
$yosys $test $subdir/$source
|
||||
|
||||
# include local to source
|
||||
mv -t $subdir $include
|
||||
mv $include $subdir
|
||||
$yosys $test $subdir/$source
|
||||
|
||||
# include local to source, and source is given as an absolute path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue