ctestwrapper.sh 62 字节
Newer Older
1 2 3 4
#!/bin/sh
# run ctest, disregard failure code
ctest $@
exit 0