[qet] [GIT] qet/qet.git branch master updated. 0.8.rc-15-g6cd6efa

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.

The branch, master has been updated
       via  6cd6efaca918d3f0b7fc1e542a4a5d1498b8a784 (commit)
      from  b70775bc8416c88fc4383bd65162c00009c65cd0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6cd6efaca918d3f0b7fc1e542a4a5d1498b8a784
Author: Simon De Backer <simondebacker@xxxxxxx>
Date:   Tue Dec 8 12:18:20 2020 +0100

    Add Catch2 and Google Test on Cmake
    
    ToDo:
    - Add compiling QElectroTech on Cmake (help needed)
    - more Tests?
       - Qt Test
       - Boost Test
    
    to test
    run qtcreator
    File >  open => CMakeLists.txt

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt                                  | 50 +++++++++++++++++
 tests/.gitignore                                | 73 +++++++++++++++++++++++++
 tests/CMakeLists.txt                            | 28 ++++++++++
 .clang-format => tests/catch/.clang-format      |  0
 tests/catch/.gitignore                          | 73 +++++++++++++++++++++++++
 tests/catch/CMakeLists.txt                      | 72 ++++++++++++++++++++++++
 tests/catch/main.cpp                            |  9 +++
 tests/catch/tst_My_test.cpp                     | 22 ++++++++
 .clang-format => tests/googletest/.clang-format |  0
 tests/googletest/.gitignore                     | 73 +++++++++++++++++++++++++
 tests/googletest/CMakeLists.txt                 | 61 +++++++++++++++++++++
 tests/googletest/main.cpp                       | 15 +++++
 tests/googletest/tst_My_test.cpp                |  5 ++
 13 files changed, 481 insertions(+)
 create mode 100644 CMakeLists.txt
 create mode 100644 tests/.gitignore
 create mode 100644 tests/CMakeLists.txt
 copy .clang-format => tests/catch/.clang-format (100%)
 create mode 100644 tests/catch/.gitignore
 create mode 100644 tests/catch/CMakeLists.txt
 create mode 100644 tests/catch/main.cpp
 create mode 100644 tests/catch/tst_My_test.cpp
 copy .clang-format => tests/googletest/.clang-format (100%)
 create mode 100644 tests/googletest/.gitignore
 create mode 100644 tests/googletest/CMakeLists.txt
 create mode 100644 tests/googletest/main.cpp
 create mode 100644 tests/googletest/tst_My_test.cpp


hooks/post-receive
-- 
qet/qet.git



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/