Lines Matching full:tests
7 …t test application that is based on the Unity - unit test framework. Unit tests are integrated in …
12 Unit tests are located in the ``test`` subdirectory of a component.
13 Tests are added in C files, a single C file can include multiple test cases.
18 Tests are added in a function in the C file as follows:
28 Identifiers are used to group related test, or tests with specific properties.
37 See http://www.throwtheswitch.org/unity for more information about writing tests in Unity.
77 …5 test functions can be defined, each function will be the entry point of tests running on each DU…
111 …need to check if reset happens). Sometimes we expect to run some specific tests after certain kind…
142 * ``make TESTS_ALL=1`` - build unit test app with tests for each component having tests in the ``te…
143 * ``make TEST_COMPONENTS='xxx'`` - build unit test app with tests for specific components.
144 …nit tests, except for unit tests of some components. (For instance: ``make TESTS_ALL=1 TEST_EXCLUD…
152 Running Unit Tests
157 When unit test app is idle, press "Enter" will make it print test menu with all available tests::