new path for rust harness
This commit is contained in:
parent
22354e0f84
commit
62701affb9
|
@ -19,7 +19,7 @@ sub harnessTypeToCmd {
|
||||||
} elsif ($harnessType eq 'js') {
|
} elsif ($harnessType eq 'js') {
|
||||||
return 'node js/harness.js';
|
return 'node js/harness.js';
|
||||||
} elsif ($harnessType eq 'rust') {
|
} elsif ($harnessType eq 'rust') {
|
||||||
return '../../rust-negentropy/target/debug/examples/harness';
|
return '../../rust-negentropy/target/debug/harness';
|
||||||
}
|
}
|
||||||
|
|
||||||
die "unknown harness type: $harnessType";
|
die "unknown harness type: $harnessType";
|
||||||
|
|
Loading…
Reference in New Issue