From b9485acce88bd9ce8638d01f54538a0d4acf284c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Mon, 24 Oct 2016 21:34:52 +0200 Subject: [PATCH] added a comment to test.cpp --- test.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 /// ///////////////////////////////////////////////////////////////