From 5271ba069ed8a267bbfd09efbd13837db4f2e9f4 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 21 Oct 2014 15:10:59 +0200 Subject: [PATCH] tests/eolian: Move eo to EXTRA_DIST assignment out of the EFL_ENABLE_TESTS case When running distcheck with release mode enabled these would not end up in the tarball. Better make sure these always end up at the right place. --- src/Makefile_Eolian.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am index dfa711397f..f62668c8a0 100644 --- a/src/Makefile_Eolian.am +++ b/src/Makefile_Eolian.am @@ -70,7 +70,6 @@ include Makefile_Eolian_Helper.am ### Unit tests -if EFL_ENABLE_TESTS EOLIAN_TESTS_EOS = \ tests/eolian/data/base.eo \ @@ -99,6 +98,7 @@ EOLIAN_TESTS_EOS_GENERATED = \ $(EOLIAN_TESTS_EOS:%.eo=%.eo.c)\ $(EOLIAN_TESTS_EOS:%.eo=%.eo.h) +if EFL_ENABLE_TESTS check_PROGRAMS += \ tests/eolian/eolian_suite