X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;h=98c41f5ce55b18d25e906e0e206887f22215f677;hp=5736c21f65af7d1cea1e97208f4ef9da5ddd09f0;hb=799a2cd3f002cb517b0c461ee0cb9feb31dc5761;hpb=276ee5387182ca865c00500013877b6cc2d5c77e diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 5736c21..98c41f5 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 + 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,7 @@ endif () if (EGL_FOUND) add_subdirectory (egl) endif () + +if (DirectX_D3D9_FOUND) + add_subdirectory (d3d9) +endif ()