mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 03:46:39 +02:00
More test fixes for builddir != srcdir
This commit is contained in:
@@ -24,7 +24,7 @@ int main (int argc, char **argv)
|
||||
if (g_getenv ("G_TEST_DATA"))
|
||||
srcdir = g_getenv ("G_TEST_DATA");
|
||||
else
|
||||
srcdir = ".";
|
||||
srcdir = SRCDIR;
|
||||
|
||||
filename = g_strconcat (srcdir, G_DIR_SEPARATOR_S, "casemap.txt", NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user