From 37109911fba0da81ce5f05dffc884410acadc868 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 22 May 2025 14:03:36 +0200 Subject: [PATCH] move testing code out of `test/src/` and into `test/` --- test/{src => }/main.c | 0 test/{src => }/test.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{src => }/main.c (100%) rename test/{src => }/test.h (100%) diff --git a/test/src/main.c b/test/main.c similarity index 100% rename from test/src/main.c rename to test/main.c diff --git a/test/src/test.h b/test/test.h similarity index 100% rename from test/src/test.h rename to test/test.h