From a91ff4750d072379bdb5a829a1a70930eeb5b8bd Mon Sep 17 00:00:00 2001 From: mdev9 Date: Tue, 13 Feb 2024 16:31:23 +0100 Subject: [PATCH] reorganized test files --- {tests => other}/test.c | 0 {tests => other}/test2.c | 0 valgrind.supp => other/valgrind.supp | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {tests => other}/test.c (100%) rename {tests => other}/test2.c (100%) rename valgrind.supp => other/valgrind.supp (100%) diff --git a/tests/test.c b/other/test.c similarity index 100% rename from tests/test.c rename to other/test.c diff --git a/tests/test2.c b/other/test2.c similarity index 100% rename from tests/test2.c rename to other/test2.c diff --git a/valgrind.supp b/other/valgrind.supp similarity index 100% rename from valgrind.supp rename to other/valgrind.supp