tor/src/test
Peter Palfrader 2f760c5461 Fix testsuite call.
tinytest_main() returns 0 on success, -1 on errors and 1 on test
failures.  So test.c should check on !=0 instead of <0.
2009-10-10 18:58:54 -04:00
..
Makefile.am Do not distribute tinytest_demo.c in the tarball 2009-09-23 00:24:43 -04:00
test_addr.c Split directory tests into their own module. 2009-09-23 00:24:43 -04:00
test_containers.c Split container tests into their own module 2009-09-23 00:24:43 -04:00
test_crypto.c Improved fix for test_memeq_hex leak. 2009-09-27 12:07:33 -04:00
test_data.c Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00
test_dir.c Fix a memleak 2009-09-27 12:02:35 -04:00
test_util.c Split directory tests into their own module. 2009-09-23 00:24:43 -04:00
test.c Fix testsuite call. 2009-10-10 18:58:54 -04:00
test.h Improved fix for test_memeq_hex leak. 2009-09-27 12:07:33 -04:00
tinytest_demo.c Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00
tinytest_macros.h Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00
tinytest.c Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00
tinytest.h Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00