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