1
0
mirror of synced 2026-04-30 21:50:07 +00:00

tests: Centralize test collection and Makefile generation

This commit is contained in:
Xiretza
2020-09-16 17:59:37 +02:00
parent c6ff947f6b
commit acd47bbd52
16 changed files with 136 additions and 222 deletions

View File

@@ -1,6 +1,4 @@
#!/bin/bash
set -e
for x in *.ys; do
echo "Running $x.."
../../yosys -ql ${x%.ys}.log $x
done
#!/usr/bin/env bash
set -eu
source ../gen-tests-makefile.sh
run_tests --yosys-scripts