summaryrefslogtreecommitdiff
path: root/tests/modules/private/select_script/test.lua
diff options
context:
space:
mode:
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
+