diff --git a/test.cpp b/test.cpp index 424d749..987b28f 100644 --- a/test.cpp +++ b/test.cpp @@ -8,6 +8,9 @@ #include + +/* These unit tests were written using the Google Test framework, + * and check everything stated in the specification. */ /////////////////////////////////////////////////////////////// /// Testing helper classes /// ///////////////////////////////////////////////////////////////