Max OS 0.3
Loading...
Searching...
No Matches
common.h
1
9#ifndef MAXOS_TESTS_COMMON_H
10#define MAXOS_TESTS_COMMON_H
11
12#include <tests/test.h>
13
14namespace MaxOS::tests {
15 void register_tests_common();
16}
17
18#endif //MAXOS_TESTS_COMMON_H
Defines a basic test class for MaxOS.