From 69572c112c6b451b79f0e4e6a8517997802ce8ac Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 22 Mar 2026 16:42:56 -0300 Subject: [PATCH] Move cppunit and gtest recipes to the tests category --- recipes/wip/{dev/other => tests}/cppunit/recipe.toml | 0 recipes/wip/{dev/other => tests}/gtest/recipe.toml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename recipes/wip/{dev/other => tests}/cppunit/recipe.toml (100%) rename recipes/wip/{dev/other => tests}/gtest/recipe.toml (100%) diff --git a/recipes/wip/dev/other/cppunit/recipe.toml b/recipes/wip/tests/cppunit/recipe.toml similarity index 100% rename from recipes/wip/dev/other/cppunit/recipe.toml rename to recipes/wip/tests/cppunit/recipe.toml diff --git a/recipes/wip/dev/other/gtest/recipe.toml b/recipes/wip/tests/gtest/recipe.toml similarity index 100% rename from recipes/wip/dev/other/gtest/recipe.toml rename to recipes/wip/tests/gtest/recipe.toml