add explicit requires for library subpackage (rpminspect) fix test as installed changes, tests were failing to find the compiled test binaries update test metadata to tmt/fmf do not run security tests, we stopped compiling with security support Related: RHEL-219462 Signed-off-by: Chris Leech <cleech@redhat.com>
12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
summary: Run upstream tests
|
|
component: [isns-utils]
|
|
require: [make, python3]
|
|
test: >
|
|
rpmbuild -bc
|
|
--define "_sourcedir $TMT_SOURCE_DIR"
|
|
--define "_builddir $TMT_SOURCE_DIR/BUILD"
|
|
$TMT_SOURCE_DIR/*.spec &&
|
|
cd $TMT_SOURCE_DIR/BUILD/open-isns-*/tests &&
|
|
make tests-as-installed
|
|
|