From 9ca44a6df2acb8ff505732055a57cfb0952e2e18 Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Thu, 20 Dec 2018 20:24:30 -0800 Subject: [PATCH] Fix naming convention in hwrTestSuite --- tools/palm/hwTestSuite/cpu.h | 4 ++-- tools/palm/hwTestSuite/debug.h | 4 ++-- tools/palm/hwTestSuite/emuFunctions.h | 4 ++-- tools/palm/hwTestSuite/testSuite.h | 4 ++-- tools/palm/hwTestSuite/testSuiteConfig.h | 4 ++-- tools/palm/hwTestSuite/tests.h | 4 ++-- tools/palm/hwTestSuite/tools.h | 4 ++-- tools/palm/hwTestSuite/undocumentedApis.h | 4 ++-- tools/palm/hwTestSuite/viewer.h | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/tools/palm/hwTestSuite/cpu.h b/tools/palm/hwTestSuite/cpu.h index 7e46ae1..df1a548 100644 --- a/tools/palm/hwTestSuite/cpu.h +++ b/tools/palm/hwTestSuite/cpu.h @@ -1,5 +1,5 @@ -#ifndef CPU_HEADER -#define CPU_HEADER +#ifndef CPU_H +#define CPU_H #include diff --git a/tools/palm/hwTestSuite/debug.h b/tools/palm/hwTestSuite/debug.h index 3b611e3..0b23f1c 100644 --- a/tools/palm/hwTestSuite/debug.h +++ b/tools/palm/hwTestSuite/debug.h @@ -1,5 +1,5 @@ -#ifndef DEBUG_HEADER -#define DEBUG_HEADER +#ifndef DEBUG_H +#define DEBUG_H #include "ugui.h" diff --git a/tools/palm/hwTestSuite/emuFunctions.h b/tools/palm/hwTestSuite/emuFunctions.h index 22b109d..c14481a 100644 --- a/tools/palm/hwTestSuite/emuFunctions.h +++ b/tools/palm/hwTestSuite/emuFunctions.h @@ -1,5 +1,5 @@ -#ifndef EMU_FUNCTIONS_HEADER -#define EMU_FUNCTIONS_HEADER +#ifndef EMU_FUNCTIONS_H +#define EMU_FUNCTIONS_H #include #include diff --git a/tools/palm/hwTestSuite/testSuite.h b/tools/palm/hwTestSuite/testSuite.h index 94880c2..a76e288 100644 --- a/tools/palm/hwTestSuite/testSuite.h +++ b/tools/palm/hwTestSuite/testSuite.h @@ -1,5 +1,5 @@ -#ifndef TEST_SUITE_HEADER -#define TEST_SUITE_HEADER +#ifndef TEST_SUITE_H +#define TEST_SUITE_H #include #include diff --git a/tools/palm/hwTestSuite/testSuiteConfig.h b/tools/palm/hwTestSuite/testSuiteConfig.h index 25cda85..092f31c 100644 --- a/tools/palm/hwTestSuite/testSuiteConfig.h +++ b/tools/palm/hwTestSuite/testSuiteConfig.h @@ -1,5 +1,5 @@ -#ifndef TEST_SUITE_CONFIG_HEADER -#define TEST_SUITE_CONFIG_HEADER +#ifndef TEST_SUITE_CONFIG_H +#define TEST_SUITE_CONFIG_H #define SCREEN_WIDTH 160 #define SCREEN_HEIGHT 160 diff --git a/tools/palm/hwTestSuite/tests.h b/tools/palm/hwTestSuite/tests.h index 967fe68..0053212 100644 --- a/tools/palm/hwTestSuite/tests.h +++ b/tools/palm/hwTestSuite/tests.h @@ -1,5 +1,5 @@ -#ifndef TESTS_HEADER -#define TESTS_HEADER +#ifndef TESTS_H +#define TESTS_H #include "testSuite.h" diff --git a/tools/palm/hwTestSuite/tools.h b/tools/palm/hwTestSuite/tools.h index c3d3e85..9abcd55 100644 --- a/tools/palm/hwTestSuite/tools.h +++ b/tools/palm/hwTestSuite/tools.h @@ -1,5 +1,5 @@ -#ifndef TOOLS_HEADER -#define TOOLS_HEADER +#ifndef TOOLS_H +#define TOOLS_H #include diff --git a/tools/palm/hwTestSuite/undocumentedApis.h b/tools/palm/hwTestSuite/undocumentedApis.h index 195c8b5..011df9e 100644 --- a/tools/palm/hwTestSuite/undocumentedApis.h +++ b/tools/palm/hwTestSuite/undocumentedApis.h @@ -1,5 +1,5 @@ -#ifndef UNDOCUMENTED_APIS_HEADER -#define UNDOCUMENTED_APIS_HEADER +#ifndef UNDOCUMENTED_APIS_H +#define UNDOCUMENTED_APIS_H #include #include diff --git a/tools/palm/hwTestSuite/viewer.h b/tools/palm/hwTestSuite/viewer.h index b9edc54..8a9a747 100644 --- a/tools/palm/hwTestSuite/viewer.h +++ b/tools/palm/hwTestSuite/viewer.h @@ -1,5 +1,5 @@ -#ifndef VIEWER_HEADER -#define VIEWER_HEADER +#ifndef VIEWER_H +#define VIEWER_H #include "testSuite.h"