summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2017-09-05 16:48:43 +0800
committerruki <[email protected]>2017-09-05 16:48:43 +0800
commitfa7b871c4880fd8947e872a8fcef815de36ea358 (patch)
tree6f7150c4590c2ddf4ab939230c868f3818a65ade /tests
parent59d673ea76a08ae2cbab83eaad82de915c8ee803 (diff)
add required package to target
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/requires/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/requires/xmake.lua b/tests/projects/requires/xmake.lua
index 9d8852735..fd67d64fb 100644
--- a/tests/projects/requires/xmake.lua
+++ b/tests/projects/requires/xmake.lua
@@ -46,3 +46,6 @@ target("console_c")
-- add files
add_files("src/*.c")
+ -- add packages
+ add_packages("tboox.tbox", "zlib-mbedtls")
+