Imported Upstream version 0.9.1
[platform/upstream/iotivity.git] / resource / csdk / ocmalloc / test / linux / README
1 -------------------------------------------------------------------------------
2   NOTICE - Transition to SCONS
3 -------------------------------------------------------------------------------
4
5 The IoTivity build system is transitioning to SCONS. Although the 
6 makefiles are still available (until v1.0) and some developers are 
7 still using them, they are currently no longer supported. To learn more 
8 about building using SCONS see Readme.scons.txt in the repository root 
9 directory. The build steps used in continuous integration can be found
10 in auto_build.sh which is also in the the repository root directory.
11
12 -------------------------------------------------------------------------------
13
14 # To build the ocmalloc google unit test for Linux:
15
16 # First
17 cd <root>/csdk
18 make deepclean
19
20 make BUILD=release
21 # or
22 make BUILD=debug
23
24 # Next
25 cd <root>/csdk/ocmalloc/test/linux
26
27 make BUILD=release
28 # or
29 make BUILD=debug
30
31 # Run the test test
32
33 <root>/csdk/ocmalloc/test/linux/release/unittest
34 # or
35 <root>/csdk/ocmalloc/test/linux/debug/unittest