From 8fcd9b9cd84eb5480e52f34805ae1e1267a02cd3 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Sun, 4 May 2025 01:36:45 +0200 Subject: [PATCH] todo(3): open --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 616360b..368fa3d 100644 --- a/TODO +++ b/TODO @@ -68,3 +68,14 @@ Created: 2025-05-04 Description: implement a simple circular buffer --- + +ID: 3 +Type: bugfix +Title: move unit tests to subdirectory +Status: open +Priority: high +Created: 2025-05-04 +Description: move the unit test suites to a unit/ subdirectory so that + integration tests and benchmarks can be cleanly separated + +---