From 9a87539680d409711f5da0cfe5b12dfee5313f04 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Fri, 1 Jul 2022 12:57:07 +0200 Subject: [PATCH] mv old mains into dir --- tests/{ => other_mains}/main42.cpp | 0 tests/{ => other_mains}/main_map_1.cpp | 0 tests/{ => other_mains}/main_map_2.cpp | 0 tests/{ => other_mains}/main_stack_1.cpp | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => other_mains}/main42.cpp (100%) rename tests/{ => other_mains}/main_map_1.cpp (100%) rename tests/{ => other_mains}/main_map_2.cpp (100%) rename tests/{ => other_mains}/main_stack_1.cpp (100%) diff --git a/tests/main42.cpp b/tests/other_mains/main42.cpp similarity index 100% rename from tests/main42.cpp rename to tests/other_mains/main42.cpp diff --git a/tests/main_map_1.cpp b/tests/other_mains/main_map_1.cpp similarity index 100% rename from tests/main_map_1.cpp rename to tests/other_mains/main_map_1.cpp diff --git a/tests/main_map_2.cpp b/tests/other_mains/main_map_2.cpp similarity index 100% rename from tests/main_map_2.cpp rename to tests/other_mains/main_map_2.cpp diff --git a/tests/main_stack_1.cpp b/tests/other_mains/main_stack_1.cpp similarity index 100% rename from tests/main_stack_1.cpp rename to tests/other_mains/main_stack_1.cpp