RiscV-Formal/tests/unittests.hs

11 lines
160 B
Haskell
Raw Normal View History

2025-02-13 04:54:15 +00:00
import Prelude
import Test.Tasty
import qualified Tests.Example.Project
main :: IO ()
main = defaultMain $ testGroup "."
[ Tests.Example.Project.tests
]