forked from loafle/openapi-generator-original
[C++] [cpprestsdk] Add examples and test for cpprestsdk (#3109)
Add examples and test for cpprestsdk
This commit is contained in:
6
samples/client/petstore/cpp-restsdk/main.cpp
Normal file
6
samples/client/petstore/cpp-restsdk/main.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "PetApiTests.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
auto petTest = std::make_shared<OAIPetApiTests>();
|
||||
petTest->runTests();
|
||||
}
|
||||
Reference in New Issue
Block a user