autotools/tests: Force generation of .eo.{c,h} in Eolian tests.
authorSavio Sena <savio@expertisesolutions.com.br>
Fri, 12 Sep 2014 19:06:37 +0000 (16:06 -0300)
committerSavio Sena <savio@expertisesolutions.com.br>
Fri, 12 Sep 2014 19:06:37 +0000 (16:06 -0300)
src/Makefile_Eolian.am

index 6bf7fd19e597c813ae62dd07fbfa7fe33d4612a4..0cdfaa125eecb486b07e2c14156ccd43ec904c11 100644 (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