[Build] Add --build-tests and --cmake-define flags to xenia-build.py
This commit is contained in:
@@ -231,7 +231,7 @@ endfunction()
|
||||
function(xe_test_suite name base_path)
|
||||
cmake_parse_arguments(ARG "" "" "LINKS" ${ARGN})
|
||||
|
||||
file(GLOB _test_sources CONFIGURE_DEPENDS "${base_path}/*_test.cc")
|
||||
file(GLOB _test_sources "${base_path}/*_test.cc")
|
||||
|
||||
if(NOT _test_sources)
|
||||
return()
|
||||
|
||||
Reference in New Issue
Block a user