forked from loafle/openapi-generator-original
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();
|
|
}
|