diff options
author | Aleksandar Markovic <amarkovic@wavecomp.com> | 2019-03-07 19:01:56 +0100 |
---|---|---|
committer | Aleksandar Markovic <amarkovic@wavecomp.com> | 2019-03-11 12:36:58 +0100 |
commit | 81526dff27cfbd7a863824afa0efb3608c4480d6 (patch) | |
tree | ba5e4147d29e27d6cf84d4e9c1dcf43ea1588862 /tests/tcg/mips/include | |
parent | dd8d6a2d5abae535a677e318839e1f4f88cf4b36 (diff) |
tests/tcg: target/mips: Rename two header files for consistency
Rename two header files for consistency and clarity. Do all other
changes to accommodate new names.
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <amarkovic@wavecomp.com>
Message-Id: <1551981716-30664-3-git-send-email-aleksandar.markovic@rt-rk.com>
Diffstat (limited to 'tests/tcg/mips/include')
-rw-r--r-- | tests/tcg/mips/include/test_inputs_128.h (renamed from tests/tcg/mips/include/test_inputs.h) | 4 | ||||
-rw-r--r-- | tests/tcg/mips/include/test_utils_128.h (renamed from tests/tcg/mips/include/test_utils.h) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/tcg/mips/include/test_inputs.h b/tests/tcg/mips/include/test_inputs_128.h index a0bbbdf535..e4c22dde6e 100644 --- a/tests/tcg/mips/include/test_inputs.h +++ b/tests/tcg/mips/include/test_inputs_128.h @@ -19,8 +19,8 @@ * */ -#ifndef TEST_INPUTS_H -#define TEST_INPUTS_H +#ifndef TEST_INPUTS_128_H +#define TEST_INPUTS_128_H #include <stdint.h> diff --git a/tests/tcg/mips/include/test_utils.h b/tests/tcg/mips/include/test_utils_128.h index 0b3af3d037..cfd7ad3188 100644 --- a/tests/tcg/mips/include/test_utils.h +++ b/tests/tcg/mips/include/test_utils_128.h @@ -19,8 +19,8 @@ * */ -#ifndef TEST_UTILS_H -#define TEST_UTILS_H +#ifndef TEST_UTILS_128_H +#define TEST_UTILS_128_H #include <stdio.h> #include <stdint.h> |