Closed lizmat closed 2 years ago
Tests should be performed with -I. rather than -Ilib, because the META6.json of the distribution must be used to get the use target mapping to source-file. Using -Ilib will ignore anything in the META6.json, which may be incorrect.
-I.
-Ilib
META6.json
Closing because of pollution.
Tests should be performed with
-I.
rather than-Ilib
, because theMETA6.json
of the distribution must be used to get the use target mapping to source-file. Using-Ilib
will ignore anything in theMETA6.json
, which may be incorrect.