Add test case for `riscv expose_custom`.
[riscv-tests.git] / debug / targets / RISC-V / spike32-2-rtos.py
index 79105d5f3a64ef1644843f1bdca0c598890edb85..c45013f0402a69cf1868225c3643b8c508362ae3 100644 (file)
@@ -7,6 +7,7 @@ class spike32_2(targets.Target):
     harts = [spike32.spike32_hart(), spike32.spike32_hart()]
     openocd_config_path = "spike-rtos.cfg"
     timeout_sec = 30
+    implements_custom_test = True
 
     def create(self):
         return testlib.Spike(self, progbufsize=0)