From 7f5a528db4a1f431bb1d71db3138bb0fffd58cc3 Mon Sep 17 00:00:00 2001
From: Jesse Talavera-Greenberg <jesse@jesse.tg>
Date: Wed, 6 Dec 2023 16:50:24 -0500
Subject: [PATCH] Add a comment to a test suite CMake file

---
 test/cases/CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/cases/CMakeLists.txt b/test/cases/CMakeLists.txt
index 3c776dd5..f8f18380 100644
--- a/test/cases/CMakeLists.txt
+++ b/test/cases/CMakeLists.txt
@@ -1 +1,5 @@
+# Tests can be grouped into subdirectories for better organization.
+# Each subdirectory must contain a CMakeLists.txt file
+# that lists the test executables *and* the tests themselves.
+
 add_subdirectory(basic)
\ No newline at end of file