From e86c683ee94f0ee3e2d86d46b8537d7e62a1341d Mon Sep 17 00:00:00 2001 From: Alomir Date: Wed, 12 Feb 2025 13:59:10 -0500 Subject: [PATCH] Updates text in test template --- tests/test.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test.template b/tests/test.template index d7016c3..d25aef9 100644 --- a/tests/test.template +++ b/tests/test.template @@ -6,8 +6,8 @@ #include #include "modelStructures.h" -// local #includes -// sipnet #includes +// make sure to #include modelStructures.h before bringing in sipnet code to be tested +// sipnet directory #includes here int init() { // Initialization steps for the test; eg copying files, allocating mem, etc