]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/tcg: target/mips: Correct path to headers in some test source files
authorAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 18 Feb 2019 06:55:56 +0000 (07:55 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 21 Feb 2019 18:36:47 +0000 (19:36 +0100)
Correct path to headers in tests/tcg/mips/user/ase/msa/bit-counting/*
source files.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
12 files changed:
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_b.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_d.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_h.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_w.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_b.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_d.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_h.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_w.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_b.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_d.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_h.c
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_w.c

index eb46290bff4c748a72acc77ab9509ce6c19641fe..d62943123ea03b72a940d5ab0d751d0a099c7f31 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index bb1c0cfa3f8f39bd53a5eb8ed4c039ed83298674..fad220ce0fc7f81b0d23d4d43118da15daf9ae88 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index da1cd83448e705cfee431b193deedfb92018a37f..84cf9746356addba077e3e67c8b5517fb8433e12 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index a059763781f85e1366ef4cf71faa410e14cb4be9..a0ed2020d688dd06a6ef530c3b196d8c15c4f0f3 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 9616d6e1a3e014e672472a76f55c4658538e0e44..9906eae987b26deea1529a0ad0109e95d1b80ab1 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 801c4bc296d3e8791d22a46262a03eb251f2a0bc..21222e30e80856f625ccc12bd43314b8c809113d 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 03cb4cd53d1400dc40994a0f7d0137bc6600976b..fbab9c3f3a85d7f034a886e43c1f8bdc77deba2d 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 2ca93de73dd5324e5a883fba76973911910d5128..dc33366d9e057d6613ee35d2e57a3e4ee96fc9a4 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index b4cad43ea9d087b31ab87184141bd88228bf9f94..f9033c7ee118b17d0d485b6e18ba07ddbdd21890 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index d6a8b0d091616ee6362506e1c695db7dd476dbad..132b4d0f4d67f37e11439dab2542150458261154 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 1cdcabd00cc732873b8ea024d147a3c30655dbdd..f469c09e17793a2dfb53f1ab292036fd6bb6f1c8 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)
 
index 38ddc146d01fa8d16c0edaeb90986ac57d96a5c8..d73eff7a88502c048ce14b7a7fa0121975a02d21 100644 (file)
@@ -22,9 +22,9 @@
 #include <sys/time.h>
 #include <stdint.h>
 
-#include "../../../include/wrappers_msa.h"
-#include "../../../include/test_inputs.h"
-#include "../../../include/test_utils.h"
+#include "../../../../include/wrappers_msa.h"
+#include "../../../../include/test_inputs.h"
+#include "../../../../include/test_utils.h"
 
 #define TEST_COUNT_TOTAL (PATTERN_INPUTS_COUNT + RANDOM_INPUTS_COUNT)