cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c82ff19352fb241ffb84b6fd74bf385ef9f49df7
commit c82ff19352fb241ffb84b6fd74bf385ef9f49df7 Author: Cedric BAIL <ced...@osg.samsung.com> Date: Thu Mar 12 07:19:33 2015 +0100 eio: include eio tests suite inside the release tarball. --- src/Makefile_Eio.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile_Eio.am b/src/Makefile_Eio.am index ee118a3..47f746f 100644 --- a/src/Makefile_Eio.am +++ b/src/Makefile_Eio.am @@ -63,3 +63,5 @@ tests_eio_eio_suite_DEPENDENCIES = \ @USE_EIO_INTERNAL_LIBS@ endif + +EXTRA_DIST += tests/eio/eio_suite.h --