Add test case for `riscv expose_custom`.
[riscv-tests.git] / debug / targets / RISC-V / spike64-2.py
index a2082b41b7d9e68174267d6b3be79add87f9f1e6..23ae06b6b1dce5b97030cd538f318965952c6ac8 100644 (file)
@@ -7,6 +7,7 @@ class spike64_2(targets.Target):
     harts = [spike64.spike64_hart(), spike64.spike64_hart()]
     openocd_config_path = "spike-2.cfg"
     timeout_sec = 60
+    implements_custom_test = True
 
     def create(self):
         return testlib.Spike(self, isa="RV64IMAFD")