diff options
| author | ruki <[email protected]> | 2025-03-14 00:53:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-08 15:31:54 +0800 |
| commit | 00ebba39f7e81d2b52bfb3be458f9825e6d7c070 (patch) | |
| tree | 007f7015fbb0720238b694c62216cace9e9d44ab /tests/modules | |
| parent | 3a813e0ede0505a32ef9e4da7faeb792db0c40f3 (diff) | |
add jobgraph stub
Diffstat (limited to 'tests/modules')
| -rw-r--r-- | tests/modules/async/jobgraph.lua | 7 | ||||
| -rw-r--r-- | tests/modules/async/runjobs.lua (renamed from tests/modules/scheduler/runjobs.lua) | 0 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/modules/async/jobgraph.lua b/tests/modules/async/jobgraph.lua new file mode 100644 index 000000000..dd8cb05f8 --- /dev/null +++ b/tests/modules/async/jobgraph.lua @@ -0,0 +1,7 @@ +import("core.base.scheduler") +import("async.jobgraph") + +function main() + +end + diff --git a/tests/modules/scheduler/runjobs.lua b/tests/modules/async/runjobs.lua index 4e2a98cc0..4e2a98cc0 100644 --- a/tests/modules/scheduler/runjobs.lua +++ b/tests/modules/async/runjobs.lua |
