Skip to content
Chuck Walbourn edited this page Jul 16, 2015 · 33 revisions

This is a repository for the test suite for DirectX Tool Kit on GitHub.

Setup

  • cd mypath
  • git clone https://github.com/Microsoft/DirectXTK.git
  • cd DirectXTK
  • git clone https://github.com/walbourn/directxtktest.git Tests

Coverage

DirectXTK_Tests_Desktop_2010

This covers using the basic library with VS 2010 and the Windows 8.1 SDK. It does not include any DirectXTK for Audio tests.

DirectXTK_Tests_Desktop_2012, DirectXTK_Tests_Desktop_2013, DirectXTK_Tests_Desktop_2015

These cover the entire library including DirectXTK for Audio using XAudio 2.8.

DirectXTK_Tests_Desktop_2010_DXSDK, DirectXTK_Tests_Desktop_2012_DXSDK, DirectXTK_Tests_Desktop_2013_DXSDK, DirectXTK_Tests_Desktop_2015_DXSDK

These cover just DirectXTK for Audio using XAudio 2.7 for down-level support on Windows 7 which requires the legacy DirectX SDK to build, and the legacy DXSETUP to deploy the required DLL.

DirectXTK_Tests_Desktop_2015_Win10

This covers the GamePad component which uses the Windows 10 Windows.Gaming.Input WinRT API, as well as DirectXTK for Audio using XAudio 2.9.

Xbox One

This repo does not contain the Xbox One versions of the DirectX Tool Kit tests.

Clone this wiki locally