Skip to content

Commit

Permalink
Merge pull request #5027 from brave/adblock-rust-ffi
Browse files Browse the repository at this point in the history
Fix adblock-rust test path
  • Loading branch information
bbondy committed Jun 24, 2019
2 parents d7b0085 + efa573b commit 796a12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const test = (suite, buildConfig = config.defaultBuildConfig, options) => {
], config.defaultOptions)
} else {
util.run('ninja', ['-C', config.outputDir, "fix_brave_test_install_name"], config.defaultOptions)
util.run('ninja', ['-C', config.outputDir, "fix_brave_test_install_name_adblock"], config.defaultOptions)

let testBinary;
if (process.platform === 'win32') {
Expand Down

0 comments on commit 796a12a

Please sign in to comment.