Skip to content

Commit

Permalink
update dvl_tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ronstadt committed Feb 11, 2025
1 parent 01eb74d commit da3535a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/test/dvl_tests/dvl_tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ param(
[string]$clean_sln = "src\drivers\test\dvl_tests\test_clean",
[string]$mustfix_sln = "src\drivers\test\dvl_tests\test_mustfix",
[string]$mustfix_snippet = "src\drivers\general\queries\WdkDeprecatedApis\driver_snippet.c",
[string]$clean_snippet = "src\drivers\general\queries\QueryTemplate\driver_snippet.c",
[string]$vcxproj_template_path = "src\drivers\test\WDMTestTemplate",
[string]$clean_snippet = "src\drivers\general\queries\TestTemplates\QueryTemplate\driver_snippet.c",
[string]$vcxproj_template_path = "src\drivers\test\TestTemplates\WDMTestTemplate",
[string]$vcxproj_name = "fail_driver1",
[string]$codeql_path = ".\codeql-cli\",
[string]$query_suite = ".\suites\windows_driver_mustfix.qls",
Expand Down

0 comments on commit da3535a

Please sign in to comment.