summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-03-18 23:29:47 +0800
committerruki <[email protected]>2021-03-18 23:29:47 +0800
commit694f96c172b967362df42c201963d04f224819c5 (patch)
tree8308560184dd11583dbc37e3f804bd5fc0d1f755
parent6c5d06600df7b859791fafb8ea87fd87f63fb825 (diff)
improve test
-rw-r--r--tests/projects/bpf/minimal/test.lua6
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