OpENerTests.cpp 240 B

123456789
  1. #include "OpENerTests.h"
  2. int main(int argc, char **argv) {
  3. /* These checks are here to make sure assertions outside test runs don't crash */
  4. CHECK(true);
  5. LONGS_EQUAL(1, 1);
  6. return CommandLineTestRunner::RunAllTests(argc, argv);
  7. }