mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 02:40:25 +00:00
tests: Centralize test collection and Makefile generation
This commit is contained in:
parent
c6ff947f6b
commit
acd47bbd52
16 changed files with 136 additions and 222 deletions
|
@ -1,6 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
for x in *.ys; do
|
||||
echo "Running $x.."
|
||||
../../yosys -ql ${x%.ys}.log $x
|
||||
done
|
||||
set -eu
|
||||
source ../gen-tests-makefile.sh
|
||||
run_tests --yosys-scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue