File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 516516"""
517517extra_script += """
518518rule RunTestFoundation
519- command = echo "**** RUNNING TESTS ****\\ nexecute:\\ nLD_LIBRARY_PATH=${BUILD_DIR}/Foundation/:${LIBS_DIRS} ${BUILD_DIR}/TestFoundation/TestFoundation\\ n**** DEBUGGING TESTS ****\\ nexecute:\\ nLD_LIBRARY_PATH=${BUILD_DIR}/Foundation/:${LIBS_DIRS} lldb ${BUILD_DIR}/TestFoundation/TestFoundation\\ n"
519+ command = echo "**** RUNNING TESTS ****\\ nexecute:\\ nLD_LIBRARY_PATH=${BUILD_DIR}/Foundation/:${LIBS_DIRS} ${BUILD_DIR}/TestFoundation/TestFoundation\\ n**** DEBUGGING TESTS ****\\ nexecute:\\ nLD_LIBRARY_PATH=${BUILD_DIR}/Foundation/:${LIBS_DIRS} ${BUILD_DIR}/../lldb-${OS}-${ARCH}/bin/ lldb ${BUILD_DIR}/TestFoundation/TestFoundation\\ n"
520520 description = Building Tests
521521
522522build ${BUILD_DIR}/.test: RunTestFoundation | TestFoundation
You can’t perform that action at this time.
0 commit comments