Set %*SUB-MAIN-OPTS

This commit is contained in:
Nathan McCarty 2025-01-26 15:24:30 -05:00
parent f932ddcde5
commit 775652c6cf

View file

@ -7,6 +7,11 @@ use IUtils;
use IUtils::Regexes; use IUtils::Regexes;
use IUtils::Compiler; use IUtils::Compiler;
my %*SUB-MAIN-OPTS =
:named-anywhere,
:bundling,
;
# TODO: Add filtering for tests based on module/name # TODO: Add filtering for tests based on module/name
# TODO: Move some of this functionality into methods for the relevant structs # TODO: Move some of this functionality into methods for the relevant structs
#| Execute the tests in an idris project #| Execute the tests in an idris project