summaryrefslogtreecommitdiff
path: root/test/gf_unit.c
Commit message (Collapse)AuthorAgeFilesLines
* use posix_memalign to align memory for SIMD region testsJanne Grunau2014-10-091-11/+37
| | | | Properly emulate aligned allocation if posix_memalign is not available.
* test/gf_unit.c: free memory after usageDanny Al-Gaaf2014-05-131-7/+13
| | | | Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* main() returns intLoic Dachary2014-03-061-0/+1
| | | | Signed-off-by: Loic Dachary <loic@dachary.org>
* remove unused variables from #if SSE blocsLoic Dachary2014-03-061-13/+3
| | | | Signed-off-by: Loic Dachary <loic@dachary.org>
* silence some warnings for unset variablesLoic Dachary2014-03-061-0/+3
| | | | | | | By setting them when they are defined and when the compiler fails to see the logic is ok. Signed-off-by: Loic Dachary <loic@dachary.org>
* Added exhaustive test support (Ethan's changes to gf_unit and gf_methods) ↵Kevin Greenan2013-12-071-5/+12
| | | | and overrode autoconf's defaults for CFLAGS.
* Setting up autoconf/automake for GF-CompleteKevin Greenan2013-12-041-0/+425
Also re-organized the directory structure. Signed-off-by: Kevin Greenan <kmgreen2@gmail.com>