diff options
| author | ruki <[email protected]> | 2025-07-15 00:47:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-15 00:47:21 +0800 |
| commit | 2505c73bb7d1794e1c3deb9684e5f713db00d901 (patch) | |
| tree | c8ff3ed568166f26d6443ef1cbf677f25e10f707 /tests/projects/windows/driver/kmdf/ioctl/xmake.lua | |
| parent | 9ea0539bee3e18aecc61a7006012661c78b1bc50 (diff) | |
improve tests
Diffstat (limited to 'tests/projects/windows/driver/kmdf/ioctl/xmake.lua')
| -rw-r--r-- | tests/projects/windows/driver/kmdf/ioctl/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/windows/driver/kmdf/ioctl/xmake.lua b/tests/projects/windows/driver/kmdf/ioctl/xmake.lua index 9cbaf0b5f..0d243622e 100644 --- a/tests/projects/windows/driver/kmdf/ioctl/xmake.lua +++ b/tests/projects/windows/driver/kmdf/ioctl/xmake.lua @@ -5,7 +5,7 @@ add_includedirs(".") target("nonpnp") add_rules("wdk.env.kmdf", "wdk.driver") add_values("wdk.tracewpp.flags", "-func:TraceEvents(LEVEL,FLAGS,MSG,...)", "-func:Hexdump((LEVEL,FLAGS,MSG,...))") - add_files("driver/*.c", {rule = "wdk.tracewpp"}) + add_files("driver/*.c", {rules = "wdk.tracewpp"}) add_files("driver/*.rc") target("app") |
