Applied fixes to enable Unicast discovery in the RI Layer's sample apps.
[platform/upstream/iotivity.git] / resource / csdk / connectivity / unittests / tizen / tct / README.txt
1 TCT Unit tests for Tizen:
2 ==========================
3 1. TCT tool should be setup in linux to execute these test cases. Please refer to "CoreAPI Test Manual.pptx" present in this folder.
4 2. OIC-CA package should be built first.
5 3. Copy liboic to <TCT Directory>/core-api/src.
6 4. Copy packaging/core-liboic-tests.spec to <TCT Directory>/packaging.
7 5. Build oic test case project with "sudo ./tctbuild build liboic".
8 6. Install test framework to device with "sudo ./tctbuild install liboic".
9 7. Run tct tool with "tct-mgr".
10
11 Note: For BLE, please copy BLE libs and headers from the path /connectivity/lib/tizen/ble/libs to /usr/lib and from /connectivity/lib/tizen/ble/inc 
12 to /usr/include/network before building test case project.