Files
openapi-generator/samples/client/petstore/cpp-restsdk/main.cpp
sunn 6c98046ee6 [C++] [cpprestsdk] Add examples and test for cpprestsdk (#3109)
Add examples and test for cpprestsdk
2019-06-07 23:37:49 +02:00

7 lines
143 B
C++

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