ww: select build action from package declaration
This commit is contained in:
@@ -150,7 +150,7 @@ fn samefile(a: str, b: str, why: str) void = {
|
||||
"late/example/foo", "late/example/foo", fooalias, fooalias];
|
||||
i = 0;
|
||||
for (i < rootouts.len) {
|
||||
let rav: []str = [testenv.driver(rootdrivers[i]), "build", "-p",
|
||||
let rav: []str = [testenv.driver(rootdrivers[i]), "build",
|
||||
"-I", early, "-I", late, "-o", rootouts[i], roottargets[i]];
|
||||
expectcode(td, strings.concat("foo_root_", roottags[i]), rav, 0);
|
||||
let rw: str = strings.concat(rootouts[i], ".sepwork/");
|
||||
|
||||
Reference in New Issue
Block a user