summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
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