-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Chuck Walbourn edited this page Oct 14, 2024
·
18 revisions
This is a repository for the test suite for DirectXTex on GitHub.
- Install git
- Install and initialize git-LFS
- Install CMake, Ninja, and MSVC or clang/LLVM for Windows
git clone https://github.com/walbourn/directxtexmedia.git (requires git-LFS)
git clone https://github.com/Microsoft/DirectXTex.git
cd DirectXTex
git clone https://github.com/walbourn/directxtextest.git Tests
git 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 [email protected] with any additional questions or comments.