From b658f49b0ca77b838fdfbf720188a81f0ec23ea8 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sun, 18 Jan 2026 13:10:53 -0500 Subject: [PATCH] add extra info for debugging successful tests --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 133bba7..6a90fa5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -39,5 +39,7 @@ ## Common Commands - Build: make - Test: make test +- Test (with extra debug info): ./orbit_test -s '[config_name]' + - needed to display 'INFO' statements for successful tests with Catch2 framework - See README.md for full build instructions