From 38fca5cb5dca53e6ab7bfbe8daafd87ecfcf9d8a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 17 Jun 2017 08:48:13 -0400 Subject: [PATCH] tests: rename test directory test_hmac_prng -> hmac_prng Signed-off-by: Anas Nashif --- tests/crypto/{test_hmac_prng => hmac_prng}/Makefile | 0 tests/crypto/{test_hmac_prng => hmac_prng}/README.txt | 0 tests/crypto/{test_hmac_prng => hmac_prng}/prj.conf | 0 tests/crypto/{test_hmac_prng => hmac_prng}/src/Makefile | 0 tests/crypto/{test_hmac_prng => hmac_prng}/src/test_hmac_prng.c | 0 tests/crypto/{test_hmac_prng => hmac_prng}/testcase.ini | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename tests/crypto/{test_hmac_prng => hmac_prng}/Makefile (100%) rename tests/crypto/{test_hmac_prng => hmac_prng}/README.txt (100%) rename tests/crypto/{test_hmac_prng => hmac_prng}/prj.conf (100%) rename tests/crypto/{test_hmac_prng => hmac_prng}/src/Makefile (100%) rename tests/crypto/{test_hmac_prng => hmac_prng}/src/test_hmac_prng.c (100%) rename tests/crypto/{test_hmac_prng => hmac_prng}/testcase.ini (100%) diff --git a/tests/crypto/test_hmac_prng/Makefile b/tests/crypto/hmac_prng/Makefile similarity index 100% rename from tests/crypto/test_hmac_prng/Makefile rename to tests/crypto/hmac_prng/Makefile diff --git a/tests/crypto/test_hmac_prng/README.txt b/tests/crypto/hmac_prng/README.txt similarity index 100% rename from tests/crypto/test_hmac_prng/README.txt rename to tests/crypto/hmac_prng/README.txt diff --git a/tests/crypto/test_hmac_prng/prj.conf b/tests/crypto/hmac_prng/prj.conf similarity index 100% rename from tests/crypto/test_hmac_prng/prj.conf rename to tests/crypto/hmac_prng/prj.conf diff --git a/tests/crypto/test_hmac_prng/src/Makefile b/tests/crypto/hmac_prng/src/Makefile similarity index 100% rename from tests/crypto/test_hmac_prng/src/Makefile rename to tests/crypto/hmac_prng/src/Makefile diff --git a/tests/crypto/test_hmac_prng/src/test_hmac_prng.c b/tests/crypto/hmac_prng/src/test_hmac_prng.c similarity index 100% rename from tests/crypto/test_hmac_prng/src/test_hmac_prng.c rename to tests/crypto/hmac_prng/src/test_hmac_prng.c diff --git a/tests/crypto/test_hmac_prng/testcase.ini b/tests/crypto/hmac_prng/testcase.ini similarity index 100% rename from tests/crypto/test_hmac_prng/testcase.ini rename to tests/crypto/hmac_prng/testcase.ini