revive ptrace #5983

HW CI
This commit is contained in:
rusefillc 2024-02-22 17:42:42 -05:00
parent dea9e4f24e
commit b06badfe72
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import com.rusefi.io.CommandQueue;
*/ */
public class HwCiF4Discovery { public class HwCiF4Discovery {
private final static Class[] tests = { private final static Class[] tests = {
PTraceTest.class,
CompositeLoggerTest.class, CompositeLoggerTest.class,
MiscTest.class, MiscTest.class,
CommonFunctionalTest.class, CommonFunctionalTest.class,