From ddf723e15bea723439cb95b7f561926f0c5cd170 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 4 Feb 2016 15:27:32 +0100 Subject: [PATCH] Add efl_check.h to eina unit test files as Eina is mandatory --- src/Makefile_Eina.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Eina.am b/src/Makefile_Eina.am index a0c4739865..71d0330b68 100644 --- a/src/Makefile_Eina.am +++ b/src/Makefile_Eina.am @@ -273,6 +273,7 @@ check_PROGRAMS += tests/eina/eina_suite tests/eina/cxx_compile_test TESTS += tests/eina/eina_suite tests_eina_eina_suite_SOURCES = \ +tests/efl_check.h \ tests/eina/eina_suite.c \ tests/eina/eina_suite.h \ tests/eina/eina_test_abi.c \