mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r13555@catbus: nickm | 2007-06-30 14:05:36 -0400
Split "Util" tests into subgroups so I can see why freebsd trunk is failing. svn:r10710
This commit is contained in:
parent
2a008db06a
commit
25a11bf8aa
@ -2775,16 +2775,26 @@ main(int c, char**v)
|
||||
test_crypto();
|
||||
test_crypto_dh();
|
||||
test_crypto_s2k();
|
||||
puts("\n========================= Util ============================");
|
||||
puts("\n========================= Util ============================"
|
||||
"\n--IPv6");
|
||||
test_ip6_helpers();
|
||||
puts("\n--gzip");
|
||||
test_gzip();
|
||||
puts("\n--util");
|
||||
test_util();
|
||||
puts("\n--smartlist");
|
||||
test_smartlist();
|
||||
puts("\n--mempool");
|
||||
test_mempool();
|
||||
puts("\n--strmap");
|
||||
test_strmap();
|
||||
puts("\n--control formats");
|
||||
test_control_formats();
|
||||
puts("\n--pqueue");
|
||||
test_pqueue();
|
||||
puts("\n--mmap");
|
||||
test_mmap();
|
||||
puts("\n--threads");
|
||||
test_threads();
|
||||
puts("\n========================= Onion Skins =====================");
|
||||
test_onion_handshake();
|
||||
|
Loading…
Reference in New Issue
Block a user