packages feed

libriscv-0.1.0.0: test/Main.hs

import ArchStateTest
import DecoderTest
import Test.Tasty

main :: IO ()
main = defaultMain tests

tests :: TestTree
tests =
    testGroup
        "Tests"
        [ decoderTests
        , registerTests
        , memoryTests
        ]