Yesterday when testing a patch I got annoyed when my test failed. I
tested it like this:

    meson test ldap_password_func/001_mutated_bindpasswd

It turned out that I needed to do this:

    meson test tmp_install ldap_password_func/001_mutated_bindpasswd

The Makefile equivalent ensures that you have a tmp_install without
having to request to explicitly. It would be nice if we could make meson
do the same thing, and also honor NO_TEMP_INSTALL if set.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com



Reply via email to