cmake/tests: improve naming and add missing include directories.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 27 Jan 2017 12:34:58 +0000 (10:34 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 27 Jan 2017 12:34:58 +0000 (10:34 -0200)
commitaea33c274a3ccf96f813411e5ccfb8279cbd6c7a
treec94c4afdf9458d05ba3cec2d52c22ea39d567f18
parent361fe9603fdd3d7b8b84b36d6b4e2babab3e7586
cmake/tests: improve naming and add missing include directories.

Some tests were relocated to subdirectory but need shared files, or
may need files from src/tests by including them relatively (../) as
done in ector.

With subdirectories we may end with src/test/libname/suite, to make it
more user friendly and backward compatible call these libname_suite.
cmake/helpers/EflMacros.cmake