summaryrefslogtreecommitdiff
path: root/src/Makefile_Eolian.am
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@osg.samsung.com>2017-01-23 16:13:15 +0100
committerDaniel Kolesa <d.kolesa@osg.samsung.com>2017-01-23 16:14:00 +0100
commitc1c30cc6ce435021084f30567fa6ec9cd939e0b5 (patch)
treec76022bbcff2024ba25de31e6a5e35dabf55c9f9 /src/Makefile_Eolian.am
parentd975597fb47be991eadf2f69bdb11a0b8964c807 (diff)
downloadefl-c1c30cc6ce435021084f30567fa6ec9cd939e0b5.tar.gz
eolian tests: pass in generator path externally
Diffstat (limited to 'src/Makefile_Eolian.am')
-rw-r--r--src/Makefile_Eolian.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am
index 92df3ed689..1a85c15118 100644
--- a/src/Makefile_Eolian.am
+++ b/src/Makefile_Eolian.am
@@ -119,6 +119,7 @@ tests_eolian_eolian_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl -I$(top_build
-DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/eolian\" \
-DPACKAGE_DATA_DIR=\"$(top_srcdir)/src/tests/eolian\" \
-DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \
+-DEOLIAN_GEN="\"$(EOLIAN_GEN)\"" \
@CHECK_CFLAGS@ \
@EOLIAN_CFLAGS@ @EO_CFLAGS@
TESTS += tests/eolian/eolian_suite