Commit Graph

4 Commits

Author SHA1 Message Date
Benjamin Dauvergne 05a01a8247 fix compilation errors on 64bits architectures
* sizeof(unsigned int) != sizeof(size_t)
 * INT_MAX != LONG_MAX
2013-09-08 21:33:58 +02:00
Benjamin Dauvergne a2abe27a68 Tests: allow tests2 to pass distcheck
* tests/Makefile.am
   add an SRCDIR symbol.
   remove unused include paths.
 * tests/tests2.c:
   use SRCDIR to find data files.
2009-08-26 15:14:14 +00:00
Benjamin Dauvergne 44a26b40e1 Tests: Add a fourth data loading test
* tests/data/response-4: test content
 * tests/tests2.c: add loading of the new file.
2009-08-26 15:12:41 +00:00
Benjamin Dauvergne be2825415e Add a stress test for serializing/deserializing code
* 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
2009-04-30 14:58:13 +00:00