autotools/tests: Force generation of .eo.{c,h} in Eolian tests.

This commit is contained in:
Savio Sena 2014-09-12 16:06:37 -03:00
parent 32c7d75e37
commit 24ac9a223d
1 changed files with 1 additions and 0 deletions

View File

@ -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