summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-01-08 16:26:47 +0100
committerBastien Nocera <hadess@hadess.net>2021-01-12 10:05:43 +0100
commit6414276d5e4cda54110ff436ce7071ccef7cc962 (patch)
treee5c161d926937e334c9491c73171edda7507c9a5
parent25db1ca63de7b42f4a9dc8ce15a52f8b475c48cf (diff)
downloadlibgweather-6414276d5e4cda54110ff436ce7071ccef7cc962.tar.gz
tests: Fix name of libgweather automated test
-rw-r--r--libgweather/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgweather/meson.build b/libgweather/meson.build
index c6c6f65..7337214 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],