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/noops/ui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/ui/v1/noops') diff --git a/test/ui/v1/noops/ui.c b/test/ui/v1/noops/ui.c index 230e98d..42d0361 100644 --- a/test/ui/v1/noops/ui.c +++ b/test/ui/v1/noops/ui.c @@ -109,6 +109,8 @@ int main(void) { } check_final(); + + salis_save(SIM_PATH); salis_free(); return 0; } -- cgit v1.3.1