| 1 | #pragma once |
|---|---|
| 2 | #include <test/test.h> |
| 3 | |
| 4 | #include <block/sched.h> |
| 5 | #include <fs/ext2.h> |
| 6 | #include <fs/vfs.h> |
| 7 | #include <mem/alloc.h> |
| 8 | #include <stdint.h> |
| 9 | #include <string.h> |
| 10 | #include <time/spin_sleep.h> |
| 11 | |
| 12 | #include "import.h" |
| 13 | |
| 14 | TEST_GROUP_DEFINE(ext2); |
| 15 | TEST_GROUP_DEFINE(ext2_mode); |
| 16 |