summaryrefslogtreecommitdiffstats
path: root/test/parser/parser-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/parser-test.h')
-rw-r--r--test/parser/parser-test.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/parser/parser-test.h b/test/parser/parser-test.h
index 9d9ec7e..5329618 100644
--- a/test/parser/parser-test.h
+++ b/test/parser/parser-test.h
@@ -86,6 +86,14 @@ void __check_resolved_local_resource(struct resource *res,
const char *file, int line);
/**
+ * Check that a resource (@res) is present, resolved, and has a URL of
+ * @url.
+ */
+#define check_resolved_url_resource(res, url) \
+ __check_resolved_url_resource(res, url, __FILE__, __LINE__)
+void __check_resolved_url_resource(struct resource *res,
+ const char *url, const char *file, int line);
+/**
* Check that a resource (@res) is present but not resolved
*/
void __check_unresolved_resource(struct resource *res,
OpenPOWER on IntegriCloud