summaryrefslogtreecommitdiffstats
path: root/tests/tests2.c
Commit message (Collapse)AuthorAgeFilesLines
* fix compilation errors on 64bits architecturesBenjamin Dauvergne2013-09-081-1/+1
| | | | | * sizeof(unsigned int) != sizeof(size_t) * INT_MAX != LONG_MAX
* Tests: allow tests2 to pass distcheckBenjamin Dauvergne2009-08-261-6/+6
| | | | | | | | * tests/Makefile.am add an SRCDIR symbol. remove unused include paths. * tests/tests2.c: use SRCDIR to find data files.
* Tests: Add a fourth data loading testBenjamin Dauvergne2009-08-261-0/+1
| | | | | * tests/data/response-4: test content * tests/tests2.c: add loading of the new file.
* Add a stress test for serializing/deserializing codeBenjamin Dauvergne2009-04-301-0/+33
* Makefile.am: add targets * tests2.c: this simple makes lots of serializing, deserializing. * data/response-1: * data/response-2: * data/response-3: data test files