xorg-gtest: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Nov 29 23:52:27 UTC 2020


 .gitlab-ci.yml                          |   34 +++++++
 README                                  |   40 ++++++++
 aclocal/xorg-gtest.m4                   |    2 
 configure.ac                            |   15 ---
 include/xorg/gtest/xorg-gtest-process.h |    1 
 include/xorg/gtest/xorg-gtest.h         |    3 
 meson.build                             |  148 ++++++++++++++++++++++++++++++++
 meson_options.txt                       |    2 
 src/device.cpp                          |    2 
 src/xorg-gtest-all.cpp                  |    3 
 src/xserver.cpp                         |    1 
 test/Makefile.am                        |    4 
 test/device-test.cpp                    |    4 
 test/process-test.cpp                   |   10 +-
 test/xserver-test.cpp                   |    6 -
 15 files changed, 237 insertions(+), 38 deletions(-)

New commits:
commit f29b408724e9c41f33673a6f975bb4299bfaebb7
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Nov 30 09:42:42 2020 +1000

    gitlab CI: add a basic build test
    
    Based on debian stable because we don't expect this repo to be updated very
    often, so let's not play catch-up with more frequently updated distributions.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 7121e323de32405a67bcad43e77431145240b9de
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Nov 26 10:41:27 2020 +1000

    Add support for meson
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 8fe2af535c6f0fc4f39444b81b1c5f631ef199c0
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Nov 26 15:21:45 2020 +1000

    Print the path to the recordings file if it failed to open
    
    Might as well be useful here
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 5095e816b5b9522bec9549384ec8e0e6a8de4e3d
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Nov 26 11:28:15 2020 +1000

    Add a few missing includes
    
    Required by the respective files but the current include order hides this.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 3a104faecd9d84c5580abb607137b5566aed5999
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Nov 26 11:12:29 2020 +1000

    test: use srcdir instead of top_srcdir
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 1ab907827f782c71aed7a09c4e3e867977885e39
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Nov 26 10:58:08 2020 +1000

    test: sub the builddir path for the helpers
    
    When building with srcdir != builddir, the resulting file won't be in the
    source directory.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 3627b194c43dc4c07445f7007db9d0ef3783892a
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Nov 26 10:03:56 2020 +1000

    Unconditionally require evemu
    
    This condition was introduced when evemu was a new project and not available
    everywhere. That hasn't been true for years anymore, let's just make this
    unconditional and drop some of the ifdefs.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list