C test runner switcher repo to be broken off from azure-c-shared-utility so it can be reused in several of our IoT repos
Перейти к файлу
dcristoloveanu 7f0169fc49 Add Ctest 2016-09-03 22:09:43 -07:00
inc
jenkins
src
tools
.gitignore
CMakeLists.txt
readme.md

readme.md

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

testrunnerswitcher

testrunnerswitcher is a simple library to switch test runners between azure-ctest (available at https://github.com/Azure/azure-ctest.git) and CppUnitTest.

Setup

  • Clone azure-uamqp-c by:
git clone --recursive https://github.com/Azure/azure-c-testrunnerswitcher.git
  • Create a cmake folder under azure-c-testrunnerswitcher
  • Switch to the cmake folder and run cmake ..
  • Build the code for your platform (msbuild for Windows, make for Linux, etc.)