[STYLE] update
This commit is contained in:
parent
6622cd8237
commit
bf05f46f24
@ -9,6 +9,7 @@
|
||||
#include <river/Manager.h>
|
||||
#include <river/Interface.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <etk/etk.h>
|
||||
#include <etk/os/FSNode.h>
|
||||
#include <math.h>
|
||||
#include <sstream>
|
||||
@ -28,9 +29,9 @@
|
||||
#undef __class__
|
||||
#define __class__ "test"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
int main(int _argc, char** _argv) {
|
||||
// init Google test :
|
||||
::testing::InitGoogleTest(&argc, const_cast<char **>(argv));
|
||||
::testing::InitGoogleTest(&_argc, const_cast<char **>(_argv));
|
||||
// the only one init for etk:
|
||||
etk::init(_argc, _argv);
|
||||
for (int32_t iii=0; iii<_argc ; ++iii) {
|
||||
|
Loading…
Reference in New Issue
Block a user