tor/src/test
Nick Mathewson 75b72bf621 Fix build warning on Lenny about strtok_r unit test
This fixes a warning in efb8a09f, where Debain Lenny's GCC doesn't get
that
    for (i=0; i<3; ++i) {
      const char *p;
      switch(i) {
       case 0:
         p="X"; break;
       case 1:
         p="Y"; break;
       case 2:
         p="Z"; break;
      }
      printf("%s\n", p);
    }
will never try to print an uninitialezed value.

Found by buildbots.  Bug in no released versions of Tor.
2012-06-04 11:11:04 -04:00
..
bench.c Refactor the API for setting up a block cipher. 2012-03-27 22:37:56 -04:00
Makefile.am Tweak the haiku-support patches 2011-12-19 11:27:08 -05:00
Makefile.nmake Fix some remaining nmake/msvc build issues 2012-05-16 10:08:24 -04:00
test_addr.c Synchronize with upstream tinytest again: remove _identifiers 2012-02-13 17:45:15 -05:00
test_config.c Appease check-spaces 2011-12-02 06:16:57 +01:00
test_containers.c Rename nonconformant identifiers. 2012-01-18 15:53:30 -05:00
test_crypto.c Refactor the API for setting up a block cipher. 2012-03-27 22:37:56 -04:00
test_data.c Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 2011-01-03 11:51:17 -05:00
test_dir.c Synchronize with upstream tinytest again: remove _identifiers 2012-02-13 17:45:15 -05:00
test_microdesc.c Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 2012-01-31 15:48:47 -05:00
test_pt.c Fix the unittest breakage introduced by a8a862c. 2012-05-18 20:52:24 +03:00
test_util.c Fix build warning on Lenny about strtok_r unit test 2012-06-04 11:11:04 -04:00
test-child.c Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 2012-01-31 15:48:47 -05:00
test.c Fix some remaining nmake/msvc build issues 2012-05-16 10:08:24 -04:00
test.h Remove duplicated macro definition 2012-03-08 20:49:17 -05:00
tinytest_demo.c Synchronize with upstream tinytest. 2012-02-13 17:29:31 -05:00
tinytest_macros.h Oops; there were a couple of typos in the upstream tinytest 2012-02-13 17:48:43 -05:00
tinytest.c Synchronize with upstream tinytest again: remove _identifiers 2012-02-13 17:45:15 -05:00
tinytest.h Synchronize with upstream tinytest again: remove _identifiers 2012-02-13 17:45:15 -05:00