summaryrefslogtreecommitdiff
path: root/tests/modules/private/select_script/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-03-05 00:02:34 +0800
committerruki <[email protected]>2024-03-05 00:02:34 +0800
commit4ff48f7a7027ab9c403f2448c918d2d1ded118fa (patch)
tree2154c0e931426e4fb90eb4fd19f975d29a9d76b2 /tests/modules/private/select_script/test.lua
parentbc21c849fa40c23ea7664b64b425f0b2cd3888ac (diff)
add select script tests
Diffstat (limited to 'tests/modules/private/select_script/test.lua')
-rw-r--r--tests/modules/private/select_script/test.lua23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/modules/private/select_script/test.lua b/tests/modules/private/select_script/test.lua
new file mode 100644
index 000000000..193da790a
--- /dev/null
+++ b/tests/modules/private/select_script/test.lua
@@ -0,0 +1,23 @@
+import("private.core.base.select_script")
+
+function test_plat_only(t)
+end
+
+function test_arch_only(t)
+end
+
+function test_plat_arch(t)
+end
+
+function test_subhost_only(t)
+end
+
+function test_subarch_only(t)
+end
+
+function test_subarch_native(t)
+end
+
+function test_subhost_subarch(t)
+end
+