Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 0 additions & 60 deletions utils/hct/hctdeploytest.cmd

This file was deleted.

38 changes: 0 additions & 38 deletions utils/hct/hctgettaef.py

This file was deleted.

3 changes: 1 addition & 2 deletions utils/hct/hctstart.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ if exist "%HLSL_SRC_DIR%\external\taef\build\Binaries\amd64\TE.exe" set path=%pa
where te.exe 1>nul 2>nul
if errorlevel 1 (
echo Unable to find TAEF te.exe on path - you will have to add this before running tests.
echo WDK includes TAEF and is available from https://msdn.microsoft.com/en-us/windows/hardware/dn913721.aspx
echo Alternatively, consider a project-local install by running %HLSL_SRC_DIR%\utils\hct\hctgettaef.py
echo WDK includes TAEF and is available from https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk
echo Please see the README.md instructions in the project root.
exit /b 1
)
Expand Down
Loading