diff options
| author | Stefan Boberg <[email protected]> | 2021-09-19 19:25:53 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-19 19:25:53 +0200 |
| commit | 347352b5760f42a026fe8edaf7cef1deee64ae7c (patch) | |
| tree | f83094cb50e1c4d48a82799c92d530ee993ce937 /xmake.lua | |
| parent | Added module cpp/h for zenstore (diff) | |
| download | zen-347352b5760f42a026fe8edaf7cef1deee64ae7c.tar.xz zen-347352b5760f42a026fe8edaf7cef1deee64ae7c.zip | |
Added zenstore-test test driver for zenstore tests
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |