tcm0116 / vscode-boost-test-adapter

Run your Boost.Test tests in the Sidebar of Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boost.Test Adapter with debugging

Features

  • Boost tests will appear in Test Explorer
  • run or debug boost tests
    • from Test Explorer
    • from inside test source code
  • Updated 2.0.20 (29 Jan 2022)
    • cancel running test
  • Updated 2.0.19 (29 June 2021)
    • update configuration reloading
    • added boost-test-adapter.cwd config to specify current working directory to run test executable from
    • allow ${parameters} in config settings

debugger

Required Configurations

point boost-test-adapter.testExecutable to to the path of your boost test executable.

Features that not implemented yet

  • When debugging a test, the red/green status of the test is not updated in the test explorer

About

Run your Boost.Test tests in the Sidebar of Visual Studio Code

License:MIT License


Languages

Language:TypeScript 100.0%