On Thu, 8 Nov 2018 at 09:44, Stefan Strogin via Openembedded-core
<[email protected]> wrote:
> +do_install_ptest () {
> +    install -d ${D}${PTEST_PATH}/test/.libs
> +    for t in dns-spin-test dns-test hashmap-test
> +    do
> +        install -m 0755 ${B}/avahi-core/$t ${D}${PTEST_PATH}/test/
> +        sed -e 's/^relink_command=\"\(.*\)\"/relink_command=\"\"/' -i 
> ${D}${PTEST_PATH}/test/$t
> +        install -m 0755 ${B}/avahi-core/.libs/$t 
> ${D}${PTEST_PATH}/test/.libs/lt-$t
> +    done
> +}

Whilst I really do want to see more test suites, is this really a
useful test suite?  hashmap-test is a validation that the hash
implementation works, dns-test is low-level parsing, and dns-spin-test
is basically a way to verify an Avahi bug doesn't regress.  This isn't
exactly a full-featured test suite that creates services, ensures
they're browsable, enumerate stuff, etc.

Ross
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to