[gegl] perf: set GEGL_PATH when running tests
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] perf: set GEGL_PATH when running tests
- Date: Mon, 2 Apr 2018 22:51:04 +0000 (UTC)
commit c3be5b96bdf7fc325a2fb9b11fc96bc1c7439fce
Author: Øyvind Kolås <pippin gimp org>
Date: Tue Apr 3 00:27:57 2018 +0200
perf: set GEGL_PATH when running tests
perf/Makefile-tests | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perf/Makefile-tests b/perf/Makefile-tests
index aa023a8..9ce887f 100644
--- a/perf/Makefile-tests
+++ b/perf/Makefile-tests
@@ -10,7 +10,7 @@ all: $(bins)
check: $(bins)
for a in $(bins); do \
- GEGL_USE_OPENCL=no LD_LIBRARY_PATH=prefix/lib:$(LD_LIBRARY_PATH) ./$$a;\
+ GEGL_USE_OPENCL=no GEGL_PATH=prefix/lib/gegl-0.3 LD_LIBRARY_PATH=prefix/lib:$(LD_LIBRARY_PATH)
./$$a;\
done
clean:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]