From 17928ef58b1ab110c1f944b5991540d4a938b057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnau=20Camprub=C3=AD?= Date: Sun, 24 Aug 2025 13:26:31 +0200 Subject: [PATCH] Add `test-obj` to the help message --- src/main.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.zig b/src/main.zig index 02b1b8f84bec49f8256f0dc20e6269d72f9cdc86..4646ff285a85e1bd1b78bd309b1167df6cd2e6bd 100644 --- a/src/main.zig +++ b/src/main.zig @@ -87,6 +87,7 @@ const normal_usage = \\ build-lib Create library from source or object files \\ build-obj Create object from source or object files \\ test Perform unit testing + \\ test-obj Create object for unit testing \\ run Create executable and run immediately \\ \\ ast-check Look for simple compile errors in any set of files -- 2.54.0