[libgweather/wip/hadess/met-no-migration: 6/7] tests: Fix name of libgweather automated test




commit 6414276d5e4cda54110ff436ce7071ccef7cc962
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 8 16:26:47 2021 +0100

    tests: Fix name of libgweather automated test

 libgweather/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgweather/meson.build b/libgweather/meson.build
index c6c6f658..73372149 100644
--- a/libgweather/meson.build
+++ b/libgweather/meson.build
@@ -117,7 +117,7 @@ exe = executable('test_libgweather',
   c_args: test_cargs,
   dependencies: libgweather_dep,
   install: false)
-test('test_named_timezones', exe, depends: [locations_bin])
+test('test_libgweather', exe, depends: [locations_bin])
 
 executable('test_metar',
   ['test_metar.c', gweather_c_sources],


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