Need to make sure all the files get run so their tests are loaded.
This commit is contained in:
parent
2a12310b25
commit
fba035595d
@ -16,6 +16,9 @@ for %path in (command line args):
|
|||||||
for file %filename in %path:
|
for file %filename in %path:
|
||||||
if (%filename matches "%.nom$"): use %filename
|
if (%filename matches "%.nom$"): use %filename
|
||||||
|
|
||||||
|
for %path in (command line args):
|
||||||
|
use %path
|
||||||
|
|
||||||
%tests = ((=lua "Source:from_string(\%s)") = %t for %s = %t in (tests))
|
%tests = ((=lua "Source:from_string(\%s)") = %t for %s = %t in (tests))
|
||||||
for %path in (command line args):
|
for %path in (command line args):
|
||||||
for file %filename in %path:
|
for file %filename in %path:
|
||||||
|
Loading…
Reference in New Issue
Block a user