Skip to content

Commit

Permalink
Update dvl_tests.ps1
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
  • Loading branch information
jacob-ronstadt authored Apr 29, 2024
1 parent 1987efb commit 71b6e99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/drivers/test/dvl_tests/dvl_tests.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
param(
[string]$vcxproj_path_clean = ".\hidusbfx2_clean\sys\",
[string]$vcxproj_path_mustfix = ".\hidusbfx2_mustfix\sys\",
[string]$vcxproj_path_clean = "src\drivers\test\dvl_tests\\hidusbfx2_clean\sys\",
[string]$vcxproj_path_mustfix = "src\drivers\test\dvl_tests\\hidusbfx2_mustfix\sys\",
[string]$vcxproj_name = "hidusbfx2",
[string]$codeql_path = "C:\codeql-home\codeql\",
[string]$query_suite = "C:\codeql-home\windows_driver_mustfix.qls",
[string]$query_suite = "C:\codeql-home\suites\windows_driver_mustfix.qls",
[string]$default_platform = "x64",
[string]$default_configuration = "Release",
[string]$db_name = "temp_db"
Expand Down

0 comments on commit 71b6e99

Please sign in to comment.