Fix naming convention in hwrTestSuite

This commit is contained in:
meepingsnesroms
2018-12-20 20:24:30 -08:00
parent 0d9cd1593b
commit 9ca44a6df2
9 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
#ifndef CPU_HEADER
#define CPU_HEADER
#ifndef CPU_H
#define CPU_H
#include <stdint.h>

View File

@@ -1,5 +1,5 @@
#ifndef DEBUG_HEADER
#define DEBUG_HEADER
#ifndef DEBUG_H
#define DEBUG_H
#include "ugui.h"

View File

@@ -1,5 +1,5 @@
#ifndef EMU_FUNCTIONS_HEADER
#define EMU_FUNCTIONS_HEADER
#ifndef EMU_FUNCTIONS_H
#define EMU_FUNCTIONS_H
#include <PalmOS.h>
#include <stdint.h>

View File

@@ -1,5 +1,5 @@
#ifndef TEST_SUITE_HEADER
#define TEST_SUITE_HEADER
#ifndef TEST_SUITE_H
#define TEST_SUITE_H
#include <PalmOS.h>
#include <stdint.h>

View File

@@ -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

View File

@@ -1,5 +1,5 @@
#ifndef TESTS_HEADER
#define TESTS_HEADER
#ifndef TESTS_H
#define TESTS_H
#include "testSuite.h"

View File

@@ -1,5 +1,5 @@
#ifndef TOOLS_HEADER
#define TOOLS_HEADER
#ifndef TOOLS_H
#define TOOLS_H
#include <PalmOS.h>

View File

@@ -1,5 +1,5 @@
#ifndef UNDOCUMENTED_APIS_HEADER
#define UNDOCUMENTED_APIS_HEADER
#ifndef UNDOCUMENTED_APIS_H
#define UNDOCUMENTED_APIS_H
#include <PalmOS.h>
#include <stdint.h>

View File

@@ -1,5 +1,5 @@
#ifndef VIEWER_HEADER
#define VIEWER_HEADER
#ifndef VIEWER_H
#define VIEWER_H
#include "testSuite.h"