summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSavio Sena <savio@expertisesolutions.com.br>2014-09-12 16:06:37 -0300
committerSavio Sena <savio@expertisesolutions.com.br>2014-09-12 16:06:37 -0300
commit24ac9a223d6a5f83e6b9b1af28e0322a4f3f1e94 (patch)
treec4505ccca63929c708c288c08494d926c6835d7b /src
parent32c7d75e379f2d4bca736da6d731a878be25d6a6 (diff)
downloadefl-24ac9a223d6a5f83e6b9b1af28e0322a4f3f1e94.tar.gz
autotools/tests: Force generation of .eo.{c,h} in Eolian tests.
Diffstat (limited to 'src')
-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 6bf7fd19e5..0cdfaa125e 100644
--- a/src/Makefile_Eolian.am
+++ b/src/Makefile_Eolian.am
@@ -118,6 +118,7 @@ TESTS += tests/eolian/eolian_suite
tests_eolian_eolian_suite_LDADD = @CHECK_LIBS@ @USE_EOLIAN_LIBS@
tests_eolian_eolian_suite_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@
+tests_eolian_eolian_suite.$(OBJEXT): $(EOLIAN_TESTS_EOS_GENERATED)
endif