#include "TestHarness.h" int main(int argc, const char *argv[]) { TestResult results; TestRegistry::runAllTests(results); return 0; }