//--------------------------------------------------------------------- // NOTICE - Transition to SCONS //--------------------------------------------------------------------- The IoTivity build system is transitioning to SCONS. Although the makefiles are still available (until v1.0) and some developers are still using them, they are currently no longer supported. To learn more about building using SCONS see Readme.scons.txt in the repository root directory. The build steps used in continuous integration can be found in auto_build.sh which is also in the the repository root directory. //--------------------------------------------------------------------- The unittests folder contains unit tests for OCPlatfrom and OCResource APIs. It uses Google Test for the unit tests. Please note that the unit tests are only to test the functionality of public APIs. It is not a system or end-to-end test. 1. To run the unit test, first build the unit tests with the following command from : make -f buildScript.mk linux_ub_unittests 2. Run the unit test by issuing the following command from : ./unittests/unittests