3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 20:05:52 +00:00

Move tests/techmap/abc9 to simple_abc9

This commit is contained in:
Eddie Hung 2019-02-20 15:34:59 -08:00
parent 945bbcc298
commit 43d5471570
4 changed files with 0 additions and 23 deletions

View file

@ -8,11 +8,3 @@ for x in *_runtest.sh; do
exit 1
fi
done
for d in */; do
if [ -x $d/run-test.sh ]; then
cd $d
bash run-test.sh
cd ..
fi
done