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 516
516
"""
517
517
extra_script += """
518
518
rule 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"
520
520
description = Building Tests
521
521
522
522
build ${BUILD_DIR}/.test: RunTestFoundation | TestFoundation
You can’t perform that action at this time.
0 commit comments