Skip to content

Commit

Permalink
test: restore itlib c++20 test
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Jul 16, 2024
1 parent 8956122 commit e17c0d7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/t-itlib-11.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Borislav Stanimirov
// SPDX-License-Identifier: MIT
//
#include <doctest/doctest.h>

TEST_CASE("__cplusplus")
Expand Down
3 changes: 3 additions & 0 deletions test/t-itlib-14.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Borislav Stanimirov
// SPDX-License-Identifier: MIT
//
#include <doctest/doctest.h>

TEST_CASE("__cplusplus")
Expand Down
3 changes: 3 additions & 0 deletions test/t-itlib-17.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Borislav Stanimirov
// SPDX-License-Identifier: MIT
//
#include <doctest/doctest.h>

TEST_CASE("__cplusplus")
Expand Down
3 changes: 3 additions & 0 deletions test/t-itlib-20.bak.cpp → test/t-itlib-20.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Borislav Stanimirov
// SPDX-License-Identifier: MIT
//
#include <doctest/doctest.h>

TEST_CASE("__cplusplus")
Expand Down

0 comments on commit e17c0d7

Please sign in to comment.