From 5cd6e3d1a5a39948352b7d496567a14311c07fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Sun, 10 Mar 2024 13:04:02 +0100 Subject: [PATCH] Rename tests from cc to cpp --- tests/{TestPlatform.cc => TestPlatform.cpp} | 0 tests/{TestResult.cc => TestResult.cpp} | 0 tests/{TestUtils.cc => TestUtils.cpp} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/{TestPlatform.cc => TestPlatform.cpp} (100%) rename tests/{TestResult.cc => TestResult.cpp} (100%) rename tests/{TestUtils.cc => TestUtils.cpp} (100%) diff --git a/tests/TestPlatform.cc b/tests/TestPlatform.cpp similarity index 100% rename from tests/TestPlatform.cc rename to tests/TestPlatform.cpp diff --git a/tests/TestResult.cc b/tests/TestResult.cpp similarity index 100% rename from tests/TestResult.cc rename to tests/TestResult.cpp diff --git a/tests/TestUtils.cc b/tests/TestUtils.cpp similarity index 100% rename from tests/TestUtils.cc rename to tests/TestUtils.cpp