summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-14 00:53:08 +0800
committerruki <[email protected]>2025-04-08 15:31:54 +0800
commit00ebba39f7e81d2b52bfb3be458f9825e6d7c070 (patch)
tree007f7015fbb0720238b694c62216cace9e9d44ab /tests/modules
parent3a813e0ede0505a32ef9e4da7faeb792db0c40f3 (diff)
add jobgraph stub
Diffstat (limited to 'tests/modules')
-rw-r--r--tests/modules/async/jobgraph.lua7
-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