Skip to content
Snippets Groups Projects
  1. Jul 27, 2022
    • Simon McVittie's avatar
      tests: Add _srt_tests_init · 881869fe
      Simon McVittie authored
      
      This wraps g_test_init and automatically calls
      _srt_tests_global_debug_log_to_stderr(); it can also do any other setup
      we need in the future.
      
      A few test helpers (which are not, themselves, tests) continue to use
      _srt_tests_global_debug_log_to_stderr() directly.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      881869fe
  2. Jul 26, 2022
  3. Oct 08, 2020
  4. Sep 16, 2019
  5. Aug 27, 2019
    • Simon McVittie's avatar
      Add checks for locales and locale-related issues · 10c2771b
      Simon McVittie authored
      
      Some Steam games assume that the en_US.UTF-8 locale is available, and
      it's reasonably likely that others assume that the C.UTF-8 locale is
      available, or that the locale environment variables are set to usable
      values.
      
      Having checks for locale properties will also help us when experimenting
      with containers: we can check whether the locale that was set outside
      the container is available inside the container.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      10c2771b
Loading