Hi Stefan, > + > +make -C tests installcheck > +
A majority of the tests will probably fail this way. As of now, most tests assumes that they are being runned in the build tree and expect binaries to be at specific paths. We will have to fix this upstream if you want to integrate our testsuite with ptest. > ++prove --merge -v --exec '' - < $1 | sed \ > ++ -e 's|^ok \(.*\)|PASS: \1|' \ > ++ -e 's|^not ok \(.*\)|FAIL: \1|' \ > ++ | egrep -h 'PASS|FAIL' This is sadly needed because we are using TAP as our standardized test output format across the multiples lttng codebases. Thanks, Christian Babeux EfficiOS Inc. http://www.efficios.com _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
