aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-19 19:25:53 +0200
committerStefan Boberg <[email protected]>2021-09-19 19:25:53 +0200
commit347352b5760f42a026fe8edaf7cef1deee64ae7c (patch)
treef83094cb50e1c4d48a82799c92d530ee993ce937 /xmake.lua
parentAdded module cpp/h for zenstore (diff)
downloadzen-347352b5760f42a026fe8edaf7cef1deee64ae7c.tar.xz
zen-347352b5760f42a026fe8edaf7cef1deee64ae7c.zip
Added zenstore-test test driver for zenstore tests
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index d18962126..8288963e0 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -64,6 +64,7 @@ set_symbols("debug")
includes("zencore", "zencore-test")
includes("zenhttp")
-includes("zenstore", "zenutil")
+includes("zenstore", "zenstore-test")
+includes("zenutil")
includes("zenserver", "zenserver-test")
includes("zen")