From 5e68ba972f92bdf2bf8e47febc7223431d4ce307 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 3 Nov 2016 09:42:00 -0400 Subject: [PATCH] tests: crypto: remove microkernel reference Change-Id: Ia38de789108b60c08da659ecfc4aae578de9f698 Signed-off-by: Anas Nashif --- tests/crypto/test_aes/README.txt | 2 +- tests/crypto/test_cbc_mode/README.txt | 2 +- tests/crypto/test_ccm_mode/README.txt | 2 +- tests/crypto/test_cmac_mode/README.txt | 2 +- tests/crypto/test_ctr_mode/README.txt | 2 +- tests/crypto/test_ctr_prng/README.txt | 2 +- tests/crypto/test_ecc_dh/README.txt | 2 +- tests/crypto/test_ecc_dsa/README.txt | 2 +- tests/crypto/test_hmac/README.txt | 2 +- tests/crypto/test_hmac_prng/README.txt | 2 +- tests/crypto/test_sha256/README.txt | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/crypto/test_aes/README.txt b/tests/crypto/test_aes/README.txt index 2b9660ca483..a8dc4f9f088 100644 --- a/tests/crypto/test_aes/README.txt +++ b/tests/crypto/test_aes/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt AES APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu diff --git a/tests/crypto/test_cbc_mode/README.txt b/tests/crypto/test_cbc_mode/README.txt index afdb6df764e..8a15a8aed69 100644 --- a/tests/crypto/test_cbc_mode/README.txt +++ b/tests/crypto/test_cbc_mode/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt AES-CBC Mode APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu diff --git a/tests/crypto/test_ccm_mode/README.txt b/tests/crypto/test_ccm_mode/README.txt index 65a34721d26..14b7d40a90b 100644 --- a/tests/crypto/test_ccm_mode/README.txt +++ b/tests/crypto/test_ccm_mode/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt AES APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu diff --git a/tests/crypto/test_cmac_mode/README.txt b/tests/crypto/test_cmac_mode/README.txt index dc761522c3f..093813c843b 100644 --- a/tests/crypto/test_cmac_mode/README.txt +++ b/tests/crypto/test_cmac_mode/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt AES APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu diff --git a/tests/crypto/test_ctr_mode/README.txt b/tests/crypto/test_ctr_mode/README.txt index a1563b0518c..653f73578c9 100644 --- a/tests/crypto/test_ctr_mode/README.txt +++ b/tests/crypto/test_ctr_mode/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt AES CTR mode APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu diff --git a/tests/crypto/test_ctr_prng/README.txt b/tests/crypto/test_ctr_prng/README.txt index 0013441e54d..632dc9751e6 100644 --- a/tests/crypto/test_ctr_prng/README.txt +++ b/tests/crypto/test_ctr_prng/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt CTR PRNG APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu diff --git a/tests/crypto/test_ecc_dh/README.txt b/tests/crypto/test_ecc_dh/README.txt index 121456f8266..b4c7ba2ed4c 100644 --- a/tests/crypto/test_ecc_dh/README.txt +++ b/tests/crypto/test_ecc_dh/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt ECC DH APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu diff --git a/tests/crypto/test_ecc_dsa/README.txt b/tests/crypto/test_ecc_dsa/README.txt index 5fa18abd9c2..d7dab83e71b 100644 --- a/tests/crypto/test_ecc_dsa/README.txt +++ b/tests/crypto/test_ecc_dsa/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt ECC DSA APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu diff --git a/tests/crypto/test_hmac/README.txt b/tests/crypto/test_hmac/README.txt index 5e861010b96..cac912f3ee1 100644 --- a/tests/crypto/test_hmac/README.txt +++ b/tests/crypto/test_hmac/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt HMAC APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu diff --git a/tests/crypto/test_hmac_prng/README.txt b/tests/crypto/test_hmac_prng/README.txt index 1d54e99c32f..18043e6865a 100644 --- a/tests/crypto/test_hmac_prng/README.txt +++ b/tests/crypto/test_hmac_prng/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt PRNG APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu diff --git a/tests/crypto/test_sha256/README.txt b/tests/crypto/test_sha256/README.txt index 15bcb1c5826..1abc790f5dc 100644 --- a/tests/crypto/test_sha256/README.txt +++ b/tests/crypto/test_sha256/README.txt @@ -7,7 +7,7 @@ This test verifies that the TinyCrypt SHA256 APIs operate as expected. -------------------------------------------------------------------------------- Building and Running Project: -This microkernel project outputs to the console. It can be built and executed +This project outputs to the console. It can be built and executed on QEMU as follows: make qemu