File tree Expand file tree Collapse file tree 5 files changed +16
-13
lines changed
Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ test_src = files(
1111test (' all' ,
1212 executable (meson .project_name() + ' _test' ,
1313 test_src,
14- dependencies : libgit4cpp_dep,
14+ dependencies : [
15+ dependency (' catch2' ),
16+ libgit4cpp_dep,
17+ ],
1518 ),
1619 workdir : meson .current_build_dir(),
1720 timeout : 10 ,
Original file line number Diff line number Diff line change 11/* *
2- * \file test_Error.cc
3- * \date Created on January 23, 2024
4- * \brief Test suite for the git::Error exception class.
2+ * \file test_Error.cc
3+ * \authors Fini Jastrow, Lars Fröhlich
4+ * \date Created on January 23, 2024
5+ * \brief Test suite for the git::Error exception class.
56 *
6- * \copyright Copyright 2024 Deutsches Elektronen-Synchrotron (DESY), Hamburg
7+ * \copyright Copyright 2024-2025 Deutsches Elektronen-Synchrotron (DESY), Hamburg
78 *
89 * This program is free software: you can redistribute it and/or modify
910 * it under the terms of the GNU Lesser General Public License as published
2324
2425#include < string>
2526
26- #include < gul14/catch.h >
27+ #include < catch2/catch_test_macros.hpp >
2728
2829#include " libgit4cpp/Error.h"
2930
Original file line number Diff line number Diff line change 44 * \date Created on January 15, 2024
55 * \brief Test suite for the Remote class.
66 *
7- * \copyright Copyright 2024 Deutsches Elektronen-Synchrotron (DESY), Hamburg
7+ * \copyright Copyright 2024-2025 Deutsches Elektronen-Synchrotron (DESY), Hamburg
88 *
99 * This program is free software: you can redistribute it and/or modify
1010 * it under the terms of the GNU Lesser General Public License as published
2525#include < filesystem>
2626#include < fstream>
2727
28+ #include < catch2/catch_test_macros.hpp>
2829#include < git2.h>
29- #include < gul14/catch.h>
3030#include < gul14/gul.h>
3131
3232#include " libgit4cpp/Error.h"
Original file line number Diff line number Diff line change 44 * \date Created on March 22, 2023
55 * \brief Test suite for the Repository class.
66 *
7- * \copyright Copyright 2023-2024 Deutsches Elektronen-Synchrotron (DESY), Hamburg
7+ * \copyright Copyright 2023-2025 Deutsches Elektronen-Synchrotron (DESY), Hamburg
88 *
99 * This program is free software: you can redistribute it and/or modify
1010 * it under the terms of the GNU Lesser General Public License as published
2626#include < fstream>
2727#include < iostream>
2828
29+ #include < catch2/catch_test_macros.hpp>
2930#include < git2.h>
30- #include < gul14/catch.h>
3131#include < gul14/gul.h>
3232
3333#include " libgit4cpp/Error.h"
Original file line number Diff line number Diff line change 44 * \date Created on November 26, 2019
55 * \brief Test suite for libgit4cpp
66 *
7- * \copyright Copyright 2019-2024 Deutsches Elektronen-Synchrotron (DESY), Hamburg
7+ * \copyright Copyright 2019-2025 Deutsches Elektronen-Synchrotron (DESY), Hamburg
88 *
99 * This program is free software: you can redistribute it and/or modify
1010 * it under the terms of the GNU Lesser General Public License as published
2424
2525#include < filesystem>
2626
27- #define CATCH_CONFIG_RUNNER
28- #include < gul14/catch.h>
27+ #include < catch2/catch_session.hpp>
2928
3029#include " test_main.h"
3130
You can’t perform that action at this time.
0 commit comments