Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 774 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 774 Bytes

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