zephyr/subsys/testsuite
Simon Glass 4b2c413e13 subsys/testsuite: Shorten the assertion messages
At present these can be very long since they include the full path of
the filename with the error.

    Assertion failed at /home/sglass/cosarm/zephry/zephyrproject/
	zephyr/tests/drivers/flash_simulator/src/main.c:102:
	test_write_read: (0 not equal to rc)

Reduce the length by omitting the current directory (where the tests
are being run) from the output:

    Assertion failed at tests/drivers/flash_simulator/src/main.c:102:
	test_write_read: (0 not equal to rc)

This improves usability for people running tests locally.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-05-13 16:23:39 +02:00
..
coverage subsys/testsuite/coverage: move initialization vector to RODATA 2019-09-12 09:53:34 +08:00
include arch: arm: aarch32: Rename `cortex_r` to `cortex_a_r` 2020-03-26 11:20:36 +01:00
ztest subsys/testsuite: Shorten the assertion messages 2020-05-13 16:23:39 +02:00
CMakeLists.txt cmake: using ${ZEPHYR_BASE} instead of $ENV{ZEPHYR_BASE} 2020-03-27 16:23:46 +01:00
Kconfig testsuite: Allow user to override minimal logging 2020-05-07 23:47:55 -05:00
unittest.cmake sanitycheck: support coverage with unit tests 2020-04-29 09:01:06 -04:00