Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91387981
test_gtest_main.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 10, 15:13
Size
293 B
Mime Type
text/x-c
Expires
Tue, Nov 12, 15:13 (2 d)
Engine
blob
Format
Raw Data
Handle
21884457
Attached To
rLIBMULTISCALE LibMultiScale
test_gtest_main.cc
View Options
/* -------------------------------------------------------------------------- */
#include <gtest/gtest.h>
/* -------------------------------------------------------------------------- */
int
main
(
int
argc
,
char
**
argv
)
{
::
testing
::
InitGoogleTest
(
&
argc
,
argv
);
return
RUN_ALL_TESTS
();
}
Event Timeline
Log In to Comment