main.cpp 65 Bytes
Newer Older
1
2
#include "tests.h"

Jesse Beder's avatar
Jesse Beder committed
3
4
5
int main() {
  Test::RunAll();
  return 0;
6
}