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();
}