blob: b480d5b2c511037e9c13a0237fb00f473754cc1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Development information
## Test
All test cases are included under the test/ dir.
These test code depend on gtest.
### configure option
--enable-test
### Install gtest packages on host linux.
#### Ubuntu:
libgtest-dev googletest googletest-tools
### Run
./tools/run-test.sh
## gcov support
This library support gcov support build.
### configure option
--enable-gcov
#### Ubuntu:
lcov
### Run
./tools/gen-test-report.sh
|