From aea5e570480aaa3b3ab07281470c1ae33e934840 Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Thu, 16 Jun 2022 10:11:15 +0900 Subject: [PATCH] tests: unittests: Rename to test-hal-api-common.cc for using correct name test_hal.cc contains the test code of hal-api-common funcitons. In order to pass the correct meaning of file, rename from test_hal.cc to test-hal-api-common.cc. Also, rename from test_main.cc to test-main.cc by using '-' instead of '_'. Change-Id: Ibf8dd8aebb24ea231b87e4fb7ebad98c01afcd91 Signed-off-by: Chanwoo Choi --- tests/unittest/{test_hal.cc => test-hal-api-common.cc} | 0 tests/unittest/{test_main.cc => test-main.cc} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/unittest/{test_hal.cc => test-hal-api-common.cc} (100%) rename tests/unittest/{test_main.cc => test-main.cc} (100%) diff --git a/tests/unittest/test_hal.cc b/tests/unittest/test-hal-api-common.cc similarity index 100% rename from tests/unittest/test_hal.cc rename to tests/unittest/test-hal-api-common.cc diff --git a/tests/unittest/test_main.cc b/tests/unittest/test-main.cc similarity index 100% rename from tests/unittest/test_main.cc rename to tests/unittest/test-main.cc -- 2.7.4