aboutsummaryrefslogtreecommitdiff
path: root/libplanfahr/tests/lpf-loc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libplanfahr/tests/lpf-loc.c')
-rw-r--r--libplanfahr/tests/lpf-loc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libplanfahr/tests/lpf-loc.c b/libplanfahr/tests/lpf-loc.c
index 91df7b3..93e971a 100644
--- a/libplanfahr/tests/lpf-loc.c
+++ b/libplanfahr/tests/lpf-loc.c
@@ -89,7 +89,7 @@ int main(int argc, char **argv)
gboolean ret;
g_test_init (&argc, &argv, NULL);
- g_setenv(LPF_PROVIDERS_ENV, LPF_TEST_SRCDIR "/../providers/.libs/", TRUE);
+ g_setenv(LPF_PROVIDERS_ENV, LPF_TEST_BUILDDIR "/../providers/.libs/", TRUE);
g_test_add ("/libplanfahr/lpf-loc", TestFixture, NULL,
fixture_setup, test_lpf_loc, fixture_teardown);