-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Chuck Walbourn edited this page May 14, 2024
·
20 revisions
This is a repository for the test suite for DirectXTex on GitHub.
cd mypath-
git clone https://github.com/walbourn/directxtexmedia.git(requires git-LFS) git clone https://github.com/Microsoft/DirectXTex.gitcd DirectXTexgit clone https://github.com/walbourn/directxtextest.git Testsgit clone https://github.com/Microsoft/DirectXTex.wiki.git wiki
Create an environment variable DIRECTXTEX_MEDIA_PATH to point to the clone of directxtexmedia.
Test media is not included in the repository. A copy of these test files are hosted here.
CTest is supported
cd DirectXTex
cmake --preset=x64-Debug
cmake build out\build\x64-Debug
ctest --preset=x64-Debug
The UWP test is deployed for testing, and will remain on your system until it is uninstalled. To remove it, you can use the following PowerShell script:
Get-AppxPackage 495f7f17-811a-4ad8-94ec-95efaab448ed | Remove-AppxPackage
All content and source code for this package are subject to the terms of the MIT License.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.