v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Main Page
Namespaces
Classes
Files
File List
File Members
test
test.cpp
Go to the documentation of this file.
1
#include "
testing.h
"
2
3
#include "
javascript.h
"
4
5
using namespace
testing
;
6
7
int
main
(
int
argc,
char
* argv[]) {
8
9
v8toolkit::Platform::init
(argc, argv,
"../"
);
10
testing::InitGoogleTest
(&argc, argv);
11
return
RUN_ALL_TESTS
();
12
}
testing
Definition:
gmock-actions.h:53
v8toolkit::Platform::init
static void init(int argc, char **argv, std::string const &snapshot_directory="")
Definition:
javascript.cpp:408
testing::InitGoogleTest
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
javascript.h
testing.h
RUN_ALL_TESTS
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition:
gtest.h:2232
main
int main(int argc, char *argv[])
Definition:
test.cpp:7
Generated on Mon May 22 2017 12:47:20 for v8toolkit by
1.8.11