Skip to content

Commit

Permalink
Merge pull request #48 from meepingsnesroms/devel
Browse files Browse the repository at this point in the history
Fix naming convention in hwrTestSuite
  • Loading branch information
meepingsnesroms authored Dec 21, 2018
2 parents c49889b + 9ca44a6 commit ba9e6f2
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions tools/palm/hwTestSuite/cpu.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef CPU_HEADER
#define CPU_HEADER
#ifndef CPU_H
#define CPU_H

#include <stdint.h>

Expand Down
4 changes: 2 additions & 2 deletions tools/palm/hwTestSuite/debug.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DEBUG_HEADER
#define DEBUG_HEADER
#ifndef DEBUG_H
#define DEBUG_H

#include "ugui.h"

Expand Down
4 changes: 2 additions & 2 deletions tools/palm/hwTestSuite/emuFunctions.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
4 changes: 2 additions & 2 deletions tools/palm/hwTestSuite/testSuite.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
4 changes: 2 additions & 2 deletions tools/palm/hwTestSuite/testSuiteConfig.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions tools/palm/hwTestSuite/tests.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef TESTS_HEADER
#define TESTS_HEADER
#ifndef TESTS_H
#define TESTS_H

#include "testSuite.h"

Expand Down
4 changes: 2 additions & 2 deletions tools/palm/hwTestSuite/tools.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef TOOLS_HEADER
#define TOOLS_HEADER
#ifndef TOOLS_H
#define TOOLS_H

#include <PalmOS.h>

Expand Down
4 changes: 2 additions & 2 deletions tools/palm/hwTestSuite/undocumentedApis.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
4 changes: 2 additions & 2 deletions tools/palm/hwTestSuite/viewer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef VIEWER_HEADER
#define VIEWER_HEADER
#ifndef VIEWER_H
#define VIEWER_H

#include "testSuite.h"

Expand Down

0 comments on commit ba9e6f2

Please sign in to comment.