Browse Source
Migrate the testsuite tests/crypto/tinycrypt_hmac_prng to the new ztest API. Signed-off-by: Enjia Mai <enjia.mai@intel.com>pull/49732/head
3 changed files with 4 additions and 17 deletions
@ -1,16 +0,0 @@
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2017 Intel Corporation |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
#include <zephyr/ztest.h> |
||||
extern void test_hmac_prng(void); |
||||
|
||||
/**test case main entry*/ |
||||
void test_main(void) |
||||
{ |
||||
ztest_test_suite(test_hmac_prng_fn, |
||||
ztest_unit_test(test_hmac_prng)); |
||||
ztest_run_test_suite(test_hmac_prng_fn); |
||||
} |
Loading…
Reference in new issue