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