mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 13:10:53 +00:00
7 lines
143 B
C++
7 lines
143 B
C++
#include "PetApiTests.h"
|
|
|
|
int main(int argc, char *argv[]) {
|
|
auto petTest = std::make_shared<OAIPetApiTests>();
|
|
petTest->runTests();
|
|
}
|