summaryrefslogtreecommitdiffstats
path: root/server/tests/test_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license headersChristophe Fergeau2015-10-191-0/+17
|
* server/tests/basic_event_loop: multiple fixesAlon Levy2011-08-231-3/+0
| | | | | | reuse common/ring.h ignore SIGPIPE fix handling of removed watches
* server/tests: test_util.h: fix double ASSERT definitionAlon Levy2011-07-201-0/+3
|
* remove duplicated macroChristophe Fergeau2011-04-041-2/+0
| | | | MIN() is already defined in spice-protocol/spice/macros.h
* server/tests: add test_playbackAlon Levy2011-03-221-0/+2
|
* server/tests: add test_display_no_sslAlon Levy2010-11-301-0/+12
updates taken from spice vga mode updates, i.e. non cacheable, glz compressed (depends on whatever settings you apply to the server) opaque draw operations. + completed the SpiceCoreInterface implementation (timers) v1->v2: removed test_util.c (Hans) replaced mallocz with calloc (Hans)