Build and install telemetry and tests
gradlew installTestDebugExecutable
Run tests
cd ./build/install/test/debug/
test.bat
Build and install telemetry and tests
gradlew installTest_cppDebugExecutable
Run tests
cd ./build/install/test_cpp/debug/
test_cpp.bat
The test vector is a collection of communication frames generated by Telemetry, that can be used during testing to validate the behavior of a specific platform distribution (Arduino, Mbed, etc) they are working correctly.
Build and install test vector generator
gradlew installTestVectorsGeneratorDebug
Run it. Generated test file is located in ./build/install/testVectorsGenerator/debug/
cd ./build/install/testVectorsGenerator/debug/
testVectorsGenerator.bat