Skip to content
Snippets Groups Projects
Commit 522c46d3 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

correct ftest CMake conf

parent 9334861e
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ foreach(test_src ${test_sources})
string(REGEX REPLACE "\\.f2t$" "" test_name "${test_name}")
add_test(
NAME ${test_name}
COMMAND ${CMAKE_BINARY_DIR}/src/frida
ARGUMENTS ${test_src} ${exit1file}
COMMAND ${CMAKE_BINARY_DIR}/src/frida ${test_src} ${exit1file}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
endforeach(test_src)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment