@iamsergio/qttest-utils
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

nodejs qttest-utils

Build Status Pre-commit

A nodejs module for listing Qt Test executables and their individual test slots from a CMake build directory.

To be used by vscode extensions that implement the Testing API, but can also be used standalone for whatever reason ;).

Used by vscode-qttest extension.

Installation

npm i @iamsergio/qttest-utils

Example

cd test/qt_test
cmake --preset=dev
cmake --build build-dev/
cd ../..
tsc
node out/example.js test/qt_test/build-dev

Readme

Keywords

Package Sidebar

Install

npm i @iamsergio/qttest-utils

Weekly Downloads

185

Version

2.2.0

License

MIT

Unpacked Size

50 kB

Total Files

16

Last publish

Collaborators

  • iamsergio