[C++] [cpprestsdk] Add examples and test for cpprestsdk (#3109)

Add examples and test for cpprestsdk
This commit is contained in:
sunn
2019-06-07 23:37:49 +02:00
committed by GitHub
parent 3df525ee33
commit 6c98046ee6
45 changed files with 288 additions and 119 deletions

View File

@@ -0,0 +1,6 @@
#include "PetApiTests.h"
int main(int argc, char *argv[]) {
auto petTest = std::make_shared<OAIPetApiTests>();
petTest->runTests();
}