Skip to content

Commit

Permalink
CTest controller is updated on reconfig (related to issue #212). (#635)
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 authored and bobbrow committed Aug 10, 2019
1 parent ad633ef commit 192a2ee
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 192a2ee

Please sign in to comment.