[libgweather/ebassi/parallel-tests] build: Remove unnecessary symbol



commit ef0e8aa80c3c9a5f9f465f3b075585847b5222b5
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Nov 19 17:17:29 2021 +0000

    build: Remove unnecessary symbol
    
    We use the environment to specify the location of the locations database
    file, instead of hard coding it into the binary.

 libgweather/tests/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/libgweather/tests/meson.build b/libgweather/tests/meson.build
index 5a8eb993..6baddd7c 100644
--- a/libgweather/tests/meson.build
+++ b/libgweather/tests/meson.build
@@ -1,5 +1,4 @@
 gweather_test_cargs = [
-  '-DTEST_LOCATIONS="@0@"'.format(locations_bin.full_path()),
   '-DSCHEMASDIR="@0@/schemas"'.format(meson.source_root()),
   '-DSCHEMAS_BUILDDIR="@0@/schemas"'.format(meson.build_root()),
 ]


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