Skip to content
  • Pekka Paalanen's avatar
    tests: migrate ivi-layout-test · 7f840b72
    Pekka Paalanen authored and Daniel Stone's avatar Daniel Stone committed
    
    
    The ivi-layout-test comprises of two halves: the client and the plugin. This
    migrates the test to the new test harness.
    
    In the old harness, the plugin was built as the test in meson.build and it fork
    & exec'd the client part. In the new harness client tests start from the client
    program which sets up the compositor in-process, so now the client is built as
    the test in meson.build and the plugin is just an additional file.
    
    Therefore there is not need for the plugin for fork & exec anything anymore, so
    all that code is removed.
    
    Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
    7f840b72