Set %*SUB-MAIN-OPTS
This commit is contained in:
parent
f932ddcde5
commit
775652c6cf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue