This commit is contained in:
dcristoloveanu 2016-09-03 20:28:18 -07:00
Родитель 4c0b69bbeb
Коммит fb4779a4aa
2 изменённых файлов: 21 добавлений и 0 удалений

5
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,5 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/cmake/**

16
readme.md Normal file
Просмотреть файл

@ -0,0 +1,16 @@
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto: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.)