This commit is contained in:
Anton Bolshakov 2021-11-24 10:18:17 +08:00
parent ff0a91748d
commit 3946fcd2cb
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -19,13 +19,19 @@ RDEPEND="${PYTHON_DEPS}
app-forensics/libforensic1394[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
RESTRICT="binchecks"
#these are not python tests
RESTRICT="test"
#QA_PRESTRIPPED="usr/lib\(32\|64\)\/python\(.*\)\/site-packages/inception/test/samples/ubuntu-11.10-x86-0xbaf.bin
# usr/lib\(32\|64\)\/python\(.*\)\/site-packages/inception/test/samples/linux-mint-12-x86-0xbaf.bin
#"
#FIXME: scanelf: .*.bin: Invalid section header info
#QA_PREBUILT=".*/site-packages/inception/test/samples/linux-mint-12-x86-0xbaf.bin"
QA_PRESTRIPPED=".*/test/samples/.*.bin"
pkg_setup() {
CONFIG_CHECK=~FIREWIRE_OHCI
linux-info_pkg_setup
}
src_test() {
${PYTHON} -m unittest discover tests/ "test_*.py" || die
}