index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
pyunit
/
libghdl
/
testsuite.sh
blob: 714bf8bec7a4521dd2802d94b9e84535f75bb4ef (
plain
)
1
2
3
for
f in Initialize.py Comments.py
;
do
PYTHONPATH
=
../../.. python3 -m unittest
$f
done