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