[gnome-games] flatpak: Move test medias to their own directory



commit e4f986415f0e625e63dc137ee5c41610b1d0b367
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Apr 19 04:06:36 2018 +0200

    flatpak: Move test medias to their own directory
    
    Move the test medias from flatpak/tests into flatpak/medias. This will
    improve readability as more test are going to be added.

 flatpak/{tests => medias}/240p-test-suite-nes.json  | 0
 flatpak/{tests => medias}/240p-test-suite-pce.json  | 0
 flatpak/{tests => medias}/240p-test-suite-ps1.json  | 0
 flatpak/{tests => medias}/240p-test-suite-snes.json | 0
 flatpak/org.gnome.Games.UnitTests.json              | 8 ++++----
 5 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/flatpak/tests/240p-test-suite-nes.json b/flatpak/medias/240p-test-suite-nes.json
similarity index 100%
rename from flatpak/tests/240p-test-suite-nes.json
rename to flatpak/medias/240p-test-suite-nes.json
diff --git a/flatpak/tests/240p-test-suite-pce.json b/flatpak/medias/240p-test-suite-pce.json
similarity index 100%
rename from flatpak/tests/240p-test-suite-pce.json
rename to flatpak/medias/240p-test-suite-pce.json
diff --git a/flatpak/tests/240p-test-suite-ps1.json b/flatpak/medias/240p-test-suite-ps1.json
similarity index 100%
rename from flatpak/tests/240p-test-suite-ps1.json
rename to flatpak/medias/240p-test-suite-ps1.json
diff --git a/flatpak/tests/240p-test-suite-snes.json b/flatpak/medias/240p-test-suite-snes.json
similarity index 100%
rename from flatpak/tests/240p-test-suite-snes.json
rename to flatpak/medias/240p-test-suite-snes.json
diff --git a/flatpak/org.gnome.Games.UnitTests.json b/flatpak/org.gnome.Games.UnitTests.json
index b3767e9..152d4ac 100644
--- a/flatpak/org.gnome.Games.UnitTests.json
+++ b/flatpak/org.gnome.Games.UnitTests.json
@@ -42,10 +42,10 @@
         "libretro-cores/libretro-nestopia.json",
         "libretro-cores/libretro-mednafen_pce_fast.json",
         "libretro-cores/libretro-pcsx_rearmed.json",
-        "tests/240p-test-suite-nes.json",
-        "tests/240p-test-suite-pce.json",
-        "tests/240p-test-suite-ps1.json",
-        "tests/240p-test-suite-snes.json",
+        "medias/240p-test-suite-nes.json",
+        "medias/240p-test-suite-pce.json",
+        "medias/240p-test-suite-ps1.json",
+        "medias/240p-test-suite-snes.json",
         "tests/test-data.json",
         {
             "name" : "games-unit-tests",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]