Skip to content
Snippets Groups Projects
  • Simon McVittie's avatar
    64801765
    tests: Add a script to run the tests in a LD_LIBRARY_PATH environment · 64801765
    Simon McVittie authored
    
    This should not be expected to pass reliably yet, particularly if the
    version of steam-runtime-tools included in the LD_LIBRARY_PATH runtime
    is not in sync with the version that provided the tests.
    
    This doesn't use ginsttest-runner and its .test files, for two reasons:
    
    - the gnome-desktop-testing package isn't included in the
      LD_LIBRARY_PATH variant of the Steam Runtime;
    - the .test files are not relocatable (they name tests according to
      their absolute path), but to test a relocatable LD_LIBRARY_PATH
      runtime, we need relocatable tests
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    64801765
    History
    tests: Add a script to run the tests in a LD_LIBRARY_PATH environment
    Simon McVittie authored
    
    This should not be expected to pass reliably yet, particularly if the
    version of steam-runtime-tools included in the LD_LIBRARY_PATH runtime
    is not in sync with the version that provided the tests.
    
    This doesn't use ginsttest-runner and its .test files, for two reasons:
    
    - the gnome-desktop-testing package isn't included in the
      LD_LIBRARY_PATH variant of the Steam Runtime;
    - the .test files are not relocatable (they name tests according to
      their absolute path), but to test a relocatable LD_LIBRARY_PATH
      runtime, we need relocatable tests
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>