[gimp/meson: 54/128] Rename tests



commit a189e535358c1a1dc90a7652a6a2a862c025af79
Author: Félix Piédallu <felix piedallu me>
Date:   Thu Jan 4 14:23:00 2018 +0100

    Rename tests

 app/tests/meson.build |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/app/tests/meson.build b/app/tests/meson.build
index 5451259..d8bee9c 100644
--- a/app/tests/meson.build
+++ b/app/tests/meson.build
@@ -76,14 +76,15 @@ foreach test_name : app_tests
     link_with: apptests_links,
   )
 
-  test('App test ' + test_name,
+  test('app_' + test_name,
     test_exe,
     env: [
       'GIMP_TESTING_ABS_TOP_SRCDIR=' + meson.source_root(),
       'GIMP_TESTING_ABS_TOP_BUILDDIR=' + meson.build_root(),
       'GIMP_TESTING_PLUGINDIRS=' + join_paths(meson.build_root(), 'plug-ins', 'common'),
       'GIMP_TESTING_PLUGINDIRS_BASENAME_IGNORES=mkgen.pl',
-    ]
+    ],
+    suite: 'app',
   )
 
-endforeach
\ No newline at end of file
+endforeach


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