Closed bigon closed 4 years ago
Would it be a way to remove the use of this TESTDATADIR
Ideas welcome.
Put a #ifdef
around path = g_build_filename (TESTDATADIR, filename, NULL);
that is true if colord is compiled in some "non-installed" mode?
Hello,
It seems that colord is not reproductible
Looking at the build system, I see the following in lib/colord/meson.build that is used in lib/colord/cd-test-shared.c
Would it be a way to remove the use of this
TESTDATADIR
?