1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00
myhdl/test.py

9 lines
191 B
Python
Raw Normal View History

2003-01-30 17:00:10 +00:00
""" Run all the myhdl unit tests. """
import unittest
from myhdl import test_all
unittest.main(defaultTest='test_all.suite',
testRunner=unittest.TextTestRunner(verbosity=2))