Newer
Older
Import / applications / HighwayDash / ports / Framework / Delegates / main.cpp
@John Ryland John Ryland on 22 Dec 2020 133 bytes import NUC files

namespace CUTE { void runUnitTests(int a_verbosity); }


int main(int argc, char* argv[])
{
  CUTE::runUnitTests(1);
  return 1;
}