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 5ecfefc..ab37443 100644
--- a/test/parser/parser-test.h
+++ b/test/parser/parser-test.h
@@ -92,4 +92,12 @@ void __check_unresolved_resource(struct resource *res,
#define check_unresolved_resource(res) \
__check_unresolved_resource(res, __FILE__, __LINE__)
+/**
+ * Check that a resource (@res) is not present
+ */
+void __check_not_present_resource(struct resource *res,
+ const char *file, int line);
+#define check_not_present_resource(res) \
+ __check_not_present_resource(res, __FILE__, __LINE__)
+
#endif /* PARSER_TEST_H */
OpenPOWER on IntegriCloud