summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2018-05-06 23:03:56 +0800
committerruki <[email protected]>2018-05-06 23:03:56 +0800
commit6300b045a734b9d5d1f81d154365c5c4b73a650d (patch)
treef05fbb493e766e5c90ca733bdef9c7b898a40aa8 /tests/projects
parentfe2669e329adbc7bf94ecfb6db1f08c54d506a7c (diff)
run kmdf app
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/wdk/kmdf/ioctl/xmake.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/projects/wdk/kmdf/ioctl/xmake.lua b/tests/projects/wdk/kmdf/ioctl/xmake.lua
index 7eedbe14c..6c7c6f7a7 100644
--- a/tests/projects/wdk/kmdf/ioctl/xmake.lua
+++ b/tests/projects/wdk/kmdf/ioctl/xmake.lua
@@ -21,9 +21,6 @@ target("nonpnp")
-- add target
target("app")
- -- add deps
- add_deps("nonpnp")
-
-- add rules
add_rules("wdk.kmdf.binary")