Add readme.md and gitignore
This commit is contained in:
Родитель
4c0b69bbeb
Коммит
fb4779a4aa
|
@ -0,0 +1,5 @@
|
|||
################################################################################
|
||||
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
||||
################################################################################
|
||||
|
||||
/cmake/**
|
|
@ -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.)
|
Загрузка…
Ссылка в новой задаче