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>
This commit is contained in:
Aleksandar Markovic 2019-03-07 19:01:56 +01:00
parent dd8d6a2d5a
commit 81526dff27
116 changed files with 232 additions and 232 deletions

View file

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

View file

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