Skip to content

Commit

Permalink
CTest controller is updated on reconfig (related to issue microsoft#212
Browse files Browse the repository at this point in the history
…).

src/cmake-tools.ts
==================
* CMakeTools.configure now executes CTestDriver.reloadTests
  • Loading branch information
TheZogoth committed Jul 20, 2019
1 parent f6c8c12 commit 485d711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmake-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ export class CMakeTools implements vscode.Disposable, api.CMakeToolsAPI {
if (retc === 0) {
await this._refreshCompileDatabase(drv.expansionOptions);
}
await this._ctestController.reloadTests(drv);
this._onReconfiguredEmitter.fire();
return retc;
} finally {
Expand Down

0 comments on commit 485d711

Please sign in to comment.