Procházet zdrojové kódy

test: fix unit test runner.

undefined
Sam Hocevar před 11 roky
rodič
revize
cdf0397f66
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +3
    -1
      src/t/test-common.cpp

+ 3
- 1
src/t/test-common.cpp Zobrazit soubor

@@ -19,6 +19,8 @@ int main(int argc, char **argv)
{
UNUSED(argc, argv);

return EXIT_SUCCESS;
lol::TextTestRunner runner;
bool success = runner.Run();
return success ? EXIT_SUCCESS : EXIT_FAILURE;
}


Načítá se…
Zrušit
Uložit