xref: /xnu-8020.140.41/tests/test_utils.h (revision 27b03b360a988dfd3dfdf34262bb0042026747cc)
1*27b03b36SApple OSS Distributions #ifndef XNU_DARWINTEST_UTILS_H
2*27b03b36SApple OSS Distributions #define XNU_DARWINTEST_UTILS_H
3*27b03b36SApple OSS Distributions 
4*27b03b36SApple OSS Distributions #include <stdbool.h>
5*27b03b36SApple OSS Distributions 
6*27b03b36SApple OSS Distributions /* Misc. utility functions for writing darwintests. */
7*27b03b36SApple OSS Distributions bool is_development_kernel(void);
8*27b03b36SApple OSS Distributions #endif /* !defined(XNU_DARWINTEST_UTILS_H) */
9