This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
test: fix unit test runner.
undefined
Sam Hocevar
10 years ago
parent
332b5ef250
commit
cdf0397f66
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/t/test-common.cpp
+ 3
- 1
src/t/test-common.cpp
View File
@@ -19,6 +19,8 @@ int main(int argc, char **argv)
{
{
UNUSED(argc, argv);
UNUSED(argc, argv);
return EXIT_SUCCESS;
lol::TextTestRunner runner;
bool success = runner.Run();
return success ? EXIT_SUCCESS : EXIT_FAILURE;
}
}
Write
Preview
Loading…
Cancel
Save