X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;h=f75c9f851f7ffb2b580324338ce3f95a85c52270;hp=4d425f649e224ff6710ca712f61a077829a92a09;hb=17cb85dd761e0a2d0b085162b4f250ed679cbb33;hpb=f04d20347250a2c57cbc4401753af76ee1472abd diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 4d425f6..f75c9f8 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -13,8 +13,9 @@ function (ADD_APP_TEST) add_test( NAME app_${TEST_NAME} COMMAND - python ${CMAKE_SOURCE_DIR}/driver.py - --build ${APITRACE_BINARY_DIR} + python ${CMAKE_SOURCE_DIR}/app_driver.py + --apitrace ${APITRACE_EXECUTABLE} + --apitrace-source ${APITRACE_SOURCE_DIR} --api ${api} --ref-dump ${CMAKE_CURRENT_SOURCE_DIR}/${TEST_REF} -- @@ -30,3 +31,11 @@ endif () if (EGL_FOUND) add_subdirectory (egl) endif () + +if (DirectX_D3D9_FOUND) + add_subdirectory (d3d9) +endif () + +if (DirectX_D3D8_FOUND) + add_subdirectory (d3d8) +endif ()