summaryrefslogtreecommitdiffstats
path: root/test/parser/parser-test.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-07-09 16:14:00 +0800
committerGeoff Levand <geoff@infradead.org>2013-07-23 09:44:45 -0700
commit9ecdab4194422f1f72486745a9d6db79badd36ae (patch)
treef28caaf1bdd7bd2cfd2ad2d258632503a77c2f1a /test/parser/parser-test.h
parentec80a0397adc1fd405dedce961a17d164241851a (diff)
downloadtalos-petitboot-9ecdab4194422f1f72486745a9d6db79badd36ae.tar.gz
talos-petitboot-9ecdab4194422f1f72486745a9d6db79badd36ae.zip
test/parser: Add check_resolved_url_resource
Add a check for external URL resources. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
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