]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests: Move qdict-test-data.txt to tests/data/qobject/
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 18 Dec 2018 11:37:17 +0000 (12:37 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 7 Mar 2019 21:05:54 +0000 (22:05 +0100)
Move qdict-test-data.txt to the tests/data/qobject/ subdirectory,
and remove the unnecessary symlinking.
(See 4b2ff65a1f3 for similar test-data cleanup).

Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[thuth: Fix conflict in MAINTAINERS]
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
configure
tests/check-qdict.c
tests/data/qobject/qdict.txt [moved from qdict-test-data.txt with 100% similarity]

index 074ad46d47335663b27b5481178a9d9064bd532f..2344215aa24f513cbd07f7efc1c4a3f8e8384265 100644 (file)
@@ -1965,7 +1965,7 @@ F: tests/check-qnull.c
 F: tests/check-qnum.c
 F: tests/check-qobject.c
 F: tests/check-qstring.c
-F: qdict-test-data.txt
+F: tests/data/qobject/qdict.txt
 T: git https://repo.or.cz/qemu/armbru.git qapi-next
 
 QEMU Guest Agent
index 5921d08cb392ad335114a4b2a7a2210875c3a4cd..b970bc4356ba4c46d5eead44cb083281383545ee 100755 (executable)
--- a/configure
+++ b/configure
@@ -7662,7 +7662,7 @@ DIRS="$DIRS tests/fp"
 DIRS="$DIRS docs docs/interop fsdev scsi"
 DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas pc-bios/s390-ccw"
 DIRS="$DIRS roms/seabios roms/vgabios"
-LINKS="Makefile tests/tcg/Makefile qdict-test-data.txt"
+LINKS="Makefile tests/tcg/Makefile"
 LINKS="$LINKS tests/tcg/cris/Makefile tests/tcg/cris/.gdbinit"
 LINKS="$LINKS tests/tcg/lm32/Makefile tests/tcg/xtensa/Makefile po/Makefile"
 LINKS="$LINKS tests/fp/Makefile"
index a1e83050661c409769f22bc5cca5b5e07fc9756e..b5efa859b0b11b3f9e6ede532ae32804e3245a1b 100644 (file)
@@ -291,7 +291,7 @@ static void qdict_stress_test(void)
     FILE *test_file;
     QDict *qdict;
     QString *value;
-    const char *test_file_path = "qdict-test-data.txt";
+    const char *test_file_path = "tests/data/qobject/qdict.txt";
 
     test_file = fopen(test_file_path, "r");
     g_assert(test_file != NULL);