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/ifnzs/ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ui/v1/ifnzs') diff --git a/test/ui/v1/ifnzs/ui.c b/test/ui/v1/ifnzs/ui.c index 57e9533..bf4b201 100644 --- a/test/ui/v1/ifnzs/ui.c +++ b/test/ui/v1/ifnzs/ui.c @@ -41,6 +41,7 @@ int main(void) { assert(g_cores->pvec->r2x == 2); assert(g_cores->pvec->r3x == 2); + salis_save(SIM_PATH); salis_free(); return 0; } -- cgit v1.3.1