aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix sendrecv unit test by using send buffer flush functionsLaurent Ghigonis2012-12-021-5/+7
|
* use EVLOOP_NONBLOCK in event_base_loop(), as we now deal with timers inLaurent Ghigonis2012-11-292-4/+6
| | | | gg_client so we need more event cycles than EVLOOP_ONCE.
* set default ports as constants, and use them in sendrecv unittestLaurent Ghigonis2012-11-291-2/+4
|
* auto calculate the packet size in gg_*_send()Laurent Ghigonis2012-11-291-2/+2
|
* add a way to pass userdata to server and client callbacksLaurent Ghigonis2012-11-292-4/+4
|
* fix callback function definitionLaurent Ghigonis2012-11-291-1/+1
|
* also test user idLaurent Ghigonis2012-11-291-1/+2
|
* sending and receiving packets implemented and tested in unittestLaurent Ghigonis2012-11-291-2/+12
|
* add a unittest for testing sending are receiving pktsLaurent Ghigonis2012-11-291-0/+51
|
* improve connection handling between server and client.Laurent Ghigonis2012-11-291-10/+19
| | | | | better API. skeletion for packet_decode()
* fix error handling in "make run_loopLaurent Ghigonis2012-11-291-1/+1
|
* fix Makefile for automatic compilation of new unittestsLaurent Ghigonis2012-11-291-8/+5
|
* better namingLaurent Ghigonis2012-11-291-1/+1
|
* add a "make run_loop" target to execute the unit tests 20 timesLaurent Ghigonis2012-11-291-0/+18
|
* formating fixLaurent Ghigonis2012-11-291-1/+0
|
* implement callbacks when server receives a connect, and test it in unit testLaurent Ghigonis2012-11-291-4/+18
|
* fix errors count in unit tests runLaurent Ghigonis2012-11-291-0/+1
|
* improve unit testLaurent Ghigonis2012-11-291-2/+9
|
* correctly set LD_LIBRARY_PATH to use libglouglou from parent dirLaurent Ghigonis2012-11-291-1/+1
|
* compile the sources before running unit testsLaurent Ghigonis2012-11-291-1/+1
|
* improve "make run" tests outputLaurent Ghigonis2012-11-291-2/+7
|
* add a way to run all the tests and document it in tests/README.txtLaurent Ghigonis2012-11-292-0/+17
|
* add first unit testsLaurent Ghigonis2012-11-292-0/+30