mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-29 06:29:00 +00:00
Skip some various tests and fix scopeinfo to match our convention
This commit is contained in:
parent
138228d96e
commit
db14842d9c
9 changed files with 15 additions and 4 deletions
8
tests/various/plugin.sh.skip
Normal file
8
tests/various/plugin.sh.skip
Normal file
|
@ -0,0 +1,8 @@
|
|||
set -e
|
||||
rm -f plugin.so
|
||||
CXXFLAGS=$(../../yosys-config --cxxflags)
|
||||
DATDIR=$(../../yosys-config --datdir)
|
||||
DATDIR=${DATDIR//\//\\\/}
|
||||
CXXFLAGS=${CXXFLAGS//$DATDIR/..\/..\/share}
|
||||
../../yosys-config --exec --cxx ${CXXFLAGS} --ldflags -shared -o plugin.so plugin.cc
|
||||
../../yosys -m ./plugin.so -p "test" | grep -q "Plugin test passed!"
|
Loading…
Add table
Add a link
Reference in a new issue