Updated Makefiles and CMakeLists.txt to point to resource, not oic-resource
[platform/upstream/iotivity.git] / resource / csdk / ocmalloc / test / linux / README
1 # To build the ocmalloc google unit test for Linux:
2
3 # First
4 cd <root>/csdk
5 make deepclean
6
7 make BUILD=release
8 # or
9 make BUILD=debug
10
11 # Next
12 cd <root>/csdk/ocmalloc/test/linux
13
14 make BUILD=release
15 # or
16 make BUILD=debug
17
18 # Run the test test
19
20 <root>/csdk/ocmalloc/test/linux/release/unittest
21 # or
22 <root>/csdk/ocmalloc/test/linux/debug/unittest