eis/TestProject/RNG/test/test_main.cc

7 lines
125 B
C++
Raw Permalink Normal View History

#include "test_harness.h"
int main() {
std::cout << "RNG Model Tests\n===============\n\n";
return TestRunner::run();
}