summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2018-05-01 00:41:35 +0800
committerruki <[email protected]>2018-04-30 22:09:31 +0800
commit594ae238861f5fe2b59808ef834e2910dbe39f8e (patch)
tree1c5f00f2e48a97a01da2bdcf608762fb1e967e9f /tests/projects
parentb15a22b22a3b9a530f50e67c6698c0819671ff23 (diff)
build inf file
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/wdk/kmdf/ioctl/xmake.lua1
-rw-r--r--tests/projects/wdk/umdf/echo/xmake.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/wdk/kmdf/ioctl/xmake.lua b/tests/projects/wdk/kmdf/ioctl/xmake.lua
index 44ff872d7..3ee226d17 100644
--- a/tests/projects/wdk/kmdf/ioctl/xmake.lua
+++ b/tests/projects/wdk/kmdf/ioctl/xmake.lua
@@ -22,4 +22,5 @@ target("app")
-- add files
add_files("exe/*.c")
+ add_files("exe/*.inf")
diff --git a/tests/projects/wdk/umdf/echo/xmake.lua b/tests/projects/wdk/umdf/echo/xmake.lua
index 143b3491a..45ec8ec9d 100644
--- a/tests/projects/wdk/umdf/echo/xmake.lua
+++ b/tests/projects/wdk/umdf/echo/xmake.lua
@@ -13,6 +13,7 @@ target("echo")
-- add files
add_files("driver/*.c")
+ add_files("driver/*.inx")
-- add includedirs
add_includedirs("exe")