Remove new line character from all zassert_* messages. Following script has been used to do this. https://github.com/punitvara/scripts/blob/master/remove_newlinech.py zassert test framework adds newlines character implicitly. issue: #7170 Signed-off-by: Punit Vara <punit.vara@intel.com>
For many tests, avoid splitting into files and put eveything in main.c. For many of the tests, use main.c as the test source file to keep things consistent. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Introduce a test to verify the boot_delay portion of the code in init.c. Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>