summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2018-05-23 00:53:13 +0800
committerruki <[email protected]>2018-05-22 23:19:23 +0800
commit6f36d0d4e5ce896424c51df8e544506f54660a44 (patch)
treef4d7adea03580e5cbc2443a808de5deea047819c /tests/projects
parent05d6bbc8e13e92fccc514dccca2fdbb9dd1be4c6 (diff)
add wdk.sign.test
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/wdk/wdm/msdsm/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/wdk/wdm/msdsm/xmake.lua b/tests/projects/wdk/wdm/msdsm/xmake.lua
index 7611b0f27..a30ddb29b 100644
--- a/tests/projects/wdk/wdm/msdsm/xmake.lua
+++ b/tests/projects/wdk/wdm/msdsm/xmake.lua
@@ -6,7 +6,7 @@ add_rules("mode.debug", "mode.release")
target("msdsm")
-- add rules
- add_rules("wdk.wdm.driver")
+ add_rules("wdk.wdm.driver", "wdk.sign.test")
-- add flags for rule: wdk.tracewpp
add_values("wdk.tracewpp.flags", "-func:TracePrint((LEVEL,FLAGS,MSG,...))")