Lines Matching +full:ninja +full:- +full:build
3 This page describes how to build and run OpenThread unit tests. It will be helpful for developers t…
5 ## Build Simulation
7 …thout building the whole project. So first build OpenThread on the simulation platform, which will…
11 $ script/cmake-build simulation
19 # Make sure you are at the simulation build directory (build/simulation)
20 $ ctest -N
28 # Make sure you are at the simulation build directory (build/simulation)
32 To run a specific unit test, for example, `ot-test-spinel`:
35 # Make sure you are at the simulation build directory (build/simulation)
36 $ ctest -R ot-test-spinel
44 # Make sure you are at the simulation build directory (build/simulation)
45 $ ninja <test_name>
48 This will only build the test and take a short time.
53 # Make sure you are at the simulation build directory (build/simulation)
54 $ ninja
57 This will build the updated OpenThread code as well as the test cases.