From a77fb485dbdc1e7afe72fbf88d5e6daa95c68f55 Mon Sep 17 00:00:00 2001 From: slmnemo Date: Thu, 23 Jun 2022 14:37:18 -0700 Subject: [PATCH] Added wally32periph to regression --- pipelined/regression/regression-wally | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index 664f9964..07058241 100755 --- a/pipelined/regression/regression-wally +++ b/pipelined/regression/regression-wally @@ -71,7 +71,7 @@ for test in tests64gc: grepstr="All tests ran without failures") configs.append(tc) -tests32gc = ["arch32i", "arch32priv", "arch32c", "arch32m", "arch32f", "imperas32i", "imperas32f", "imperas32m", "wally32a", "imperas32c", "wally32priv"] #, "imperas32mmu""wally32i", +tests32gc = ["arch32i", "arch32priv", "arch32c", "arch32m", "arch32f", "imperas32i", "imperas32f", "imperas32m", "wally32a", "imperas32c", "wally32priv", "wally32periph"] #, "imperas32mmu""wally32i", for test in tests32gc: tc = TestCase( name=test,