Robin H. Johnson wrote: > For iasl, upstream requests that if the tests are run at build time, > that they are installed to the system, which is what we do. If > FEATURES=-test USE=test is used however, using 'use test' is bogus, > because I cannot detect that the tests are going to/have run.
Currently, there's not much you can do about the "going to run" part except check FEATURES. However, for the "have run" part, you can do something like this inside src_test: touch "$WORKDIR"/yes_the_tests_did_run -- Thanks, Zac