summaryrefslogtreecommitdiff
path: root/tests/suite/ecore/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix check for GNU C compiler in eina_cpu.ctmp-fix-eina-cpu-on-solarisTim Rühsen2018-10-091-2/+2
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* tests: eliminated compiler warningsNikos Mavrogiannopoulos2018-06-271-4/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: remove any system specific code of ecoreNikos Mavrogiannopoulos2016-04-092-55/+5
| | | | | This was causing issues with certain builds and was not used for the purpose of testing.
* tests: always used the slow (portable) version of get16bitsNikos Mavrogiannopoulos2016-02-291-8/+0
| | | | This prevents issues with misaligned addresses and undefined sanitizer.
* tests: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+2
|
* reindented codeNikos Mavrogiannopoulos2013-11-08100-21193/+21047
|
* updatedNikos Mavrogiannopoulos2013-03-071-5/+2
|
* include priority headers unconditionally.Nikos Mavrogiannopoulos2011-04-081-4/+2
|
* Added tests/suite which contains tests to be executed duringNikos Mavrogiannopoulos2010-10-16117-0/+44548
development time and will not be distributed (not included in make dist). Added "ecore" and a new mini-eagain to test EAGAIN behavior.