Skip to content
Chuck Walbourn edited this page Sep 13, 2019 · 20 revisions

This is a repository for the test suite for DirectXTex on GitHub.

Setup

  • cd mypath
  • 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

Media

Test media is not included in the repository, so most of these tests will fail without access to the media server. A copy of these test files are hosted here.

Cleanup

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

Clone this wiki locally