aboutsummaryrefslogtreecommitdiff
path: root/src/test/log_test_helpers.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-08-31 11:35:12 -0400
committerNick Mathewson <nickm@torproject.org>2016-08-31 11:35:12 -0400
commit14c07f3f2199053e92c6bea90da332efbb3811e4 (patch)
tree5af209dc5eadb83335afad36e3a5f24c7b792cb9 /src/test/log_test_helpers.h
parentdebe846cb88c1157c1820c88a7128dd2362335d3 (diff)
downloadtor-14c07f3f2199053e92c6bea90da332efbb3811e4.tar.gz
tor-14c07f3f2199053e92c6bea90da332efbb3811e4.zip
Another log testing helper helper, for matching partial strings.
Diffstat (limited to 'src/test/log_test_helpers.h')
-rw-r--r--src/test/log_test_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/log_test_helpers.h b/src/test/log_test_helpers.h
index 1966f170fb..d767453a6e 100644
--- a/src/test/log_test_helpers.h
+++ b/src/test/log_test_helpers.h
@@ -25,6 +25,7 @@ int setup_capture_of_logs(int new_level);
void teardown_capture_of_logs(int prev);
int mock_saved_log_has_message(const char *msg);
+int mock_saved_log_has_message_containing(const char *msg);
int mock_saved_log_has_severity(int severity);
int mock_saved_log_has_entry(void);