summaryrefslogtreecommitdiff
path: root/tests/modules/private/select_script/test.lua
blob: 193da790a72bb5def32d02da7fa456066b692f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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