blob: b77d5eb450dfcbd27e978f2d5575551174b95e56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
This is the OCE unittest framework.
In order to run tests, you have to compile GoogleTest from the source code
available in the folder oce/test/gtest-1.6.0
You just have to :
$cd src/test/gtest-1.6.0/lib
$cmake ..
$make -j2
And that's all. After that, the CMake builder will find the proper library and headers
locations.
|