Skip to content

Commit

Permalink
configure: inline D3D11_QUERY_DATA_TIMESTAMP_DISJOINT test
Browse files Browse the repository at this point in the history
amends a96656a.

Change-Id: Ic434c272bfe985ea0410090537b8a22aad3192f1
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
ossilator committed Jan 18, 2018
1 parent b772d9c commit f6f6958
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 51 deletions.
47 changes: 0 additions & 47 deletions config.tests/win/angle_d3d11_qdtd/angle_d3d11_qdtd.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions config.tests/win/angle_d3d11_qdtd/angle_d3d11_qdtd.pro

This file was deleted.

8 changes: 7 additions & 1 deletion src/gui/configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,13 @@
"angle_d3d11_qdtd": {
"label": "D3D11_QUERY_DATA_TIMESTAMP_DISJOINT",
"type": "compile",
"test": "win/angle_d3d11_qdtd"
"test": {
"include": "d3d11.h",
"main": [
"D3D11_QUERY_DATA_TIMESTAMP_DISJOINT qdtd;",
"(void) qdtd;"
]
}
},
"directwrite2": {
"label": "DirectWrite 2",
Expand Down

0 comments on commit f6f6958

Please sign in to comment.