X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2FCMakeLists.txt;h=179370948b714a967c1df95b2dc768dc11c8e4d3;hp=c1a1762114a7750aa4cf51e6113ed4ac7c1ba09d;hb=b8296ac85e510854e7ad57b02ddba25114b92775;hpb=4764b4045c5fb51d2c3ee5cabedc721b019b4f19 diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index c1a1762..1793709 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -13,10 +13,11 @@ 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} --api ${api} --ref-dump ${CMAKE_CURRENT_SOURCE_DIR}/${TEST_REF} + -- "$" ${TEST_ARGS} )