summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2013-06-11Split .gitignore into multiple filesEduardo Lima (Etrunko)5-0/+21
2013-05-27Ecore: fix warningsDaniel Zaoui1-5/+5
2013-05-24tests/ecore_con: Sadly IPv4 is still more prevalent than IPv6Daniel Willmann1-2/+2
2013-05-24ecore_con: Reenable ecore_con tests - they seem fine (but don't use port 8080)Daniel Willmann1-10/+2
2013-05-20ecore: animator can get called with the same value due to rounding and range ...Cedric Bail1-1/+1
2013-05-17tests/ecore_animators: Don't rely on consistent timingDaniel Willmann1-8/+1
2013-05-17tests/ecore: Add test for ecore_animatorDaniel Willmann3-0/+112
2013-05-17eina_test_fp: Test multiplication and division as wellDaniel Willmann1-0/+98
2013-05-13Fixed text/block tests: Added Korean UnDotum font and fixed some issues.Tom Hacohen4-5/+5
2013-05-13Fix broken test from previous commit.Tom Hacohen1-1/+1
2013-05-13Evas bidi test: Improved error output.Tom Hacohen1-1/+1
2013-05-08eina_stringshare: improve coverageJérémy Zurcher1-0/+44
2013-05-07eo ptr ind tests: guard numerous fail_if, lesson learned from eina_list_shuffleJérémy Zurcher1-5/+10
2013-05-07eo ptr ind: eo_test_general, increase NB_OBJS to cover moreJérémy Zurcher1-1/+3
2013-05-07Revert "eo suite: add ptr indirection coverage test"Jérémy Zurcher3-36/+0
2013-05-03eo suite: add ptr indirection coverage testJérémy Zurcher3-0/+36
2013-05-01Eo: Add reference functions for objects dataDaniel Zaoui7-14/+14
2013-04-29ecore_audio test: Change the volume of the output instead of the inputDaniel Willmann1-1/+4
2013-04-29ecore_audio: Add test to check correct cleanup when removing inputDaniel Willmann1-66/+47
2013-04-29ecore_audio: Test sndfile/tone format and source methods betterDaniel Willmann1-1/+75
2013-04-29ecore_audio: Test pulseaudio output if it is enabledDaniel Willmann1-1/+47
2013-04-29ecore_audio: Test VIO unsetting and freeingDaniel Willmann1-0/+16
2013-04-26ecore_audio: Test read-while-paused code path as wellDaniel Willmann1-0/+9
2013-04-26ecore_audio: Test VIO input/output of base in/out classDaniel Willmann1-0/+61
2013-04-26ecore_audio: Test the looped signal/code path as wellDaniel Willmann1-1/+11
2013-04-24Eo: fixed an issue with the test_value test.Tom Hacohen1-2/+2
2013-04-24Eo: Added test to the special eina value type.Tom Hacohen4-1/+66
2013-04-23ecore_audio: Add more return values for methods, catch up with APIDaniel Willmann1-6/+19
2013-04-23Rename edbus->eldbusLucas De Marchi4-54/+54
2013-04-23Eo: tests to check eo ptrs indirection feature.Daniel Zaoui2-0/+79
2013-04-19ecore_audio: Guard against attaching an input twiceDaniel Willmann1-1/+6
2013-04-19ecore_audio test: Better test coverage for inputsDaniel Willmann1-19/+128
2013-04-19ecore: update ecore_test_ecore_main_loop_event test for more coverage code.Valerii Kanunik1-15/+187
2013-04-18tests/ecore_audio: Create temporary test files in build dirDaniel Willmann1-4/+5
2013-04-18ecore_audio: Add return value to input_attach methodDaniel Willmann1-3/+3
2013-04-18ecore_audio: Enable tone test caseDaniel Willmann1-0/+57
2013-04-18ecore_audio: Enable soundfile test for eoDaniel Willmann1-26/+26
2013-04-18ecore_audio: Build Eo-based Ecore_Audio and tests nowDaniel Willmann1-12/+100
2013-04-17Evas textblock: fix split cursor tests; FIXME ligatures testsYakov Goldberg1-121/+114
2013-04-16Eina tests: Use TESTS_BUILD_DIR instead of PACKAGE_BUILD_DIR.Tom Hacohen1-2/+2
2013-04-16eeze/sensor: Switch timestamp to relative values coming.Stefan Schmidt1-2/+2
2013-04-15Evas textblock: Fixed a bug with deletion of ranges.Tom Hacohen1-0/+7
2013-04-12eeze/sensor: Move eeze_Sernsor_obj_get into private header.Stefan Schmidt1-0/+1
2013-04-12Eo array: Add more testing.Tom Hacohen1-0/+11
2013-04-12Eo: Added eo_event_callback_array_* functions.Tom Hacohen4-6/+82
2013-04-12ecore_timer test: Pre-increment variable to prevent buffer overflowDaniel Willmann1-1/+1
2013-04-12ecore: reduce risk of rounding error.Cedric Bail1-3/+3
2013-04-12ecore: add tests for ecore_poll module.Valerii Kanunik1-0/+136
2013-04-12ecore: add tests for Ecore_Evas.Dmytro Kaidalov3-0/+44
2013-04-12ecore: add ecore timer test.Vitaliy Venzak3-0/+181