Add test utils
This commit is contained in:
11
include/test_utils.h
Normal file
11
include/test_utils.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef TEST_UTILS_H
|
||||
#define TEST_UTILS_H
|
||||
|
||||
#define ARRLEN(ARR) (sizeof ARR / sizeof ARR[0])
|
||||
|
||||
typedef struct {
|
||||
const char *name;
|
||||
const char *contents;
|
||||
} asset_t;
|
||||
|
||||
#endif // !TEST_UTILS_H
|
Reference in New Issue
Block a user