Skip to content

Commit

Permalink
Enable JTAG tests
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
martijnbastiaan committed Mar 29, 2024
1 parent 402f3cb commit 75f2a45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions clash-vexriscv-sim/tests/tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import Test.Tasty.HUnit (Assertion, testCase, (@?=))
import Utils.ProgramLoad (loadProgramDmem)
import Utils.Cpu (cpu)

-- XXX: Disabled, we need to add OpenOCD + GDB to CI (or use the Nix shell?)
-- import qualified Tests.Jtag
import qualified Tests.Jtag

runProgramExpect ::
-- | action to copy ELF file
Expand Down Expand Up @@ -131,8 +130,7 @@ main = do
"VexRiscv Tests"
[ testGroup "Debug builds" debugTestCases
, testGroup "Release builds" releaseTestCases
-- XXX: Disabled, we need to add OpenOCD + GDB to CI (or use the Nix shell?)
-- , Tests.Jtag.tests
, Tests.Jtag.tests
]

defaultMain tests

0 comments on commit 75f2a45

Please sign in to comment.