zephyr/tests
Niranjhana N af3cd3bb62 tests: hmac: convert to ztest
- replaced test points with ztest APIs wherever possible
- replaced CONFIG_MAIN_STACK_SIZE with CONFIG_ZTEST_STACKSIZE
  in the config file
- split the main file into two files:
    - main.c has ztest entry and runs separate functions for ztest
    - hmac.c has the original routines

JIRA: ZEP-2449

Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
2017-08-07 22:39:47 -04:00
..
benchmarks doc: qemu target was deprecated, use 'run' 2017-08-03 11:48:55 -04:00
bluetooth Bluetooth: Mesh: Fix duplicate const declarations 2017-08-07 19:18:02 +03:00
booting/stub license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto tests: hmac: convert to ztest 2017-08-07 22:39:47 -04:00
drivers tests: disable building of FXOS8700 sensor for all boards 2017-07-28 09:40:38 -05:00
include tests: crypto: Update ECC Diffie-Hellman and DSA tests 2017-08-01 10:35:06 -04:00
kernel tests: xip: convert to ztest 2017-08-07 22:31:27 -04:00
lib/json tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
net net: bt: app: Add NET_APP_BLUETOOTH_NODE option 2017-08-04 18:18:40 +03:00
power tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
shell tests: shell: Filter on UART_CONSOLE support to enable more boards 2017-06-29 07:07:31 -04:00
subsys tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
unit tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
ztest tests/ztest: Add ztest_test_pass() 2017-06-21 21:52:50 -04:00
Kconfig tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile
Makefile.test