PatchworkOS
Loading...
Searching...
No Matches
tests.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4
5#ifdef TESTING
6
8
22uint64_t aml_tests_post_init(void);
23
29uint64_t aml_tests_post_parse_all(void);
30
38void aml_tests_perf_start(aml_token_t* token);
39
45void aml_tests_perf_end(void);
46
50void aml_tests_perf_report(void);
51
54#endif
__UINT64_TYPE__ uint64_t
Definition stdint.h:17
Token.
Definition token.h:253