From 775652c6cf46f5399ecbdea51c14a4f328ab97b2 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 26 Jan 2025 15:24:30 -0500 Subject: [PATCH] Set %*SUB-MAIN-OPTS --- bin/iutils | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/iutils b/bin/iutils index ae04936..7ba498e 100755 --- a/bin/iutils +++ b/bin/iutils @@ -7,6 +7,11 @@ use IUtils; use IUtils::Regexes; use IUtils::Compiler; +my %*SUB-MAIN-OPTS = + :named-anywhere, + :bundling, +; + # TODO: Add filtering for tests based on module/name # TODO: Move some of this functionality into methods for the relevant structs #| Execute the tests in an idris project