tests: add diag_multiline() helper to escape multi-line diagnostic info
[babeltrace.git] / tests / utils / tap / tap.h
index 0f0594308ea27b20a207853bf7a05e1384b7d77b..40fb79168652d7cea54f9fc5f0c94fd475aaf072 100644 (file)
@@ -1,5 +1,6 @@
 /*-
  * Copyright (c) 2004 Nik Clayton
+ *               2017 Jérémie Galarneau
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -80,6 +81,7 @@ int plan_skip_all(char *);
 int plan_tests(unsigned int);
 
 unsigned int diag(char *, ...);
+void diag_multiline(const char *);
 
 int skip(unsigned int, char *, ...);
 
This page took 0.022922 seconds and 4 git commands to generate.