]> granicus.if.org Git - curl/commit
tests: testtrace.[ch] provides debug callback for libtest usage
authorYang Tse <yangsita@gmail.com>
Tue, 17 Jan 2012 20:32:05 +0000 (21:32 +0100)
committerYang Tse <yangsita@gmail.com>
Tue, 17 Jan 2012 20:32:05 +0000 (21:32 +0100)
commita752850acc4fda72a36fdc53d5d5b7c6da5693c0
treee43f98db238cb258b1c3c6134243c67e4cedc9b0
parent2b9fafd6226448458995fc6c60c3de3552722c2a
tests: testtrace.[ch] provides debug callback for libtest usage

Allows tests from the libtest subdir to generate log traces
similar to those of curl with --tracetime and --trace-ascii
options but with output going to stderr.
tests/libtest/testtrace.c [new file with mode: 0644]
tests/libtest/testtrace.h [new file with mode: 0644]