1 Star 0 Fork 0

久忆 / pwndbg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tests.sh 578 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# Check some basic test dependencies
if ! command -v env_parallel &> /dev/null; then
echo 'Error: The `env_parallel` command could not be found. You should run `setup-dev.sh` to install development dependencies.'
echo '(Alternatively, run ./tests.sh with `--serial` to skip using parallel test running. However, if `env_parallel` is missing, it is likely that other dependencies like the `zig` compiler are also missing)'
exit
fi
# Run integration tests
(cd tests/gdb-tests && ./tests.sh $@)
# Run unit tests
# coverage run -m pytest tests/unit-tests
1
https://gitee.com/gjy/pwndbg.git
git@gitee.com:gjy/pwndbg.git
gjy
pwndbg
pwndbg
add-single-value-cache

搜索帮助