From a3e95c6cacd63619c0ec0d94c6c1b595de3fa3e3 Mon Sep 17 00:00:00 2001 From: "Doohyeon Won (Daniel Harold Won) (Cor)" Date: Tue, 25 Jun 2024 04:47:20 +0900 Subject: [PATCH] support-multi-output (12) : rename --- test/test.h | 4 ++-- test/{test.macro => test.macros.h} | 0 test/{test.typedef => test.types.h} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename test/{test.macro => test.macros.h} (100%) rename test/{test.typedef => test.types.h} (100%) diff --git a/test/test.h b/test/test.h index 0490258..06f79ca 100644 --- a/test/test.h +++ b/test/test.h @@ -8,8 +8,8 @@ #include #include -#include "test.macro" -#include "test.typedef" +#include "test.macros.h" +#include "test.types.h" /** * @brief prints an error message to stderr. diff --git a/test/test.macro b/test/test.macros.h similarity index 100% rename from test/test.macro rename to test/test.macros.h diff --git a/test/test.typedef b/test/test.types.h similarity index 100% rename from test/test.typedef rename to test/test.types.h