From 55928b51596de4cd1b7a2783529ecda3ff3087ce Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 7 Jul 2026 05:57:49 +0200 Subject: Adds run tests and file checks --- test/ui/v1/allos/ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ui/v1/allos/ui.c') diff --git a/test/ui/v1/allos/ui.c b/test/ui/v1/allos/ui.c index 1a02c30..b6150f9 100644 --- a/test/ui/v1/allos/ui.c +++ b/test/ui/v1/allos/ui.c @@ -85,6 +85,7 @@ int main(void) { assert(g_cores->pnum == 7); assert(g_cores->pvec[0].sp > MVEC_SIZE); + salis_save(SIM_PATH); salis_free(); return 0; } -- cgit v1.3.1