diff options
| author | ruki <[email protected]> | 2021-03-18 23:29:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-18 23:29:47 +0800 |
| commit | 694f96c172b967362df42c201963d04f224819c5 (patch) | |
| tree | 8308560184dd11583dbc37e3f804bd5fc0d1f755 /tests/projects | |
| parent | 6c5d06600df7b859791fafb8ea87fd87f63fb825 (diff) | |
improve test
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/bpf/minimal/test.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/projects/bpf/minimal/test.lua b/tests/projects/bpf/minimal/test.lua new file mode 100644 index 000000000..76adbaecf --- /dev/null +++ b/tests/projects/bpf/minimal/test.lua @@ -0,0 +1,6 @@ +function main(t) + if is_host("linux") then + os.vrun("xmake f -p android -vD") + os.vrun("xmake -vD") + end +end |
