[gxml/gxml-0.16: 1/2] Fix path for 'TEST_DIR' and 'TEST_SAVE_DIR'
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/gxml-0.16: 1/2] Fix path for 'TEST_DIR' and 'TEST_SAVE_DIR'
- Date: Thu, 8 Mar 2018 15:31:16 +0000 (UTC)
commit 024316a5a6ce8013634ec61e56c9dbf9a940f1d0
Author: Guillaume Poirier-Morency <guillaumepoiriermorency gmail com>
Date: Mon Mar 5 16:10:55 2018 -0500
Fix path for 'TEST_DIR' and 'TEST_SAVE_DIR'
test/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/test/meson.build b/test/meson.build
index d9099f5..0685756 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,6 +1,6 @@
testdirs_dep = declare_dependency (compile_args : [
- '-DTEST_DIR="'+join_paths (meson.source_root (),'test')+'"',
- '-DTEST_SAVE_DIR="'+join_paths (meson.build_root (),'test')+'"',
+ '-DTEST_DIR="'+meson.current_source_dir()+'"',
+ '-DTEST_SAVE_DIR="'+meson.current_build_dir()+'"',
])
files_tests = ([
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]