repo.or.cz
/
purplehaze.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'release-2.1.0'
[purplehaze.git]
/
test
/
unit
/
test_main.cpp
blob
7b7d6f3d8102a305e0552c12eda7c567fefbcf23
1
#include
"gtest/gtest.h"
2
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
::
testing
::
InitGoogleTest
(&
argc
,
argv
);
6
return
RUN_ALL_TESTS
();
7
}