mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fix make check with builddir != srcdir
This broke when the tests were converted to be installable. My apologies.
This commit is contained in:
@@ -224,7 +224,7 @@ main (int argc,
|
||||
if (g_getenv ("G_TEST_DATA"))
|
||||
binpath = g_getenv ("G_TEST_DATA");
|
||||
else
|
||||
binpath = ".";
|
||||
binpath = BUILDDIR;
|
||||
|
||||
g_test_init (&argc, &argv, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user