Skip to content
  • Derek Foreman's avatar
    tests: allow running make check without make install · c7210434
    Derek Foreman authored and Pekka Paalanen's avatar Pekka Paalanen committed
    
    
    desktop shell and weston keyboard both refer to themselves prefixed by
    LIBEXECDIR, however this is only valid once installed.  make check will
    currently either fail or run pre-existing versions.
    
    This patch adds a way to override that location by setting the env var
    WESTON_BUILD_DIR - which is then set by the test env script so make check
    will test the versions in the build directory regardless of whether they're
    installed or not.
    
    Reviewed-by: default avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
    c7210434