| 1 | #pragma once |
|---|---|
| 2 | #include <test/test.h> |
| 3 | |
| 4 | #include "import.h" |
| 5 | #include "sch/internal.h" |
| 6 | #include <mem/alloc_or_die.h> |
| 7 | #include <sch/sched.h> |
| 8 | #include <string.h> |
| 9 | #include <thread/apc.h> |
| 10 | #include <thread/daemon.h> |
| 11 | #include <thread/reaper.h> |
| 12 | #include <thread/thread.h> |
| 13 | #include <thread/workqueue.h> |
| 14 | |
| 15 | TEST_GROUP_DEFINE(sched); |
| 16 | TEST_GROUP_DEFINE(climb); |
| 17 |