From 25fe9f73df3f1a52958e907f88800367e778b979 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Fri, 29 May 2015 19:53:21 +0100 Subject: [PATCH] Adding note about GCC version for unit tests in the Developer docs. --- docs/development/Development.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/Development.md b/docs/development/Development.md index 4bbab6771e..873d5de259 100755 --- a/docs/development/Development.md +++ b/docs/development/Development.md @@ -61,6 +61,8 @@ You can also step-debug the tests in eclipse and you can use the GoogleTest test The tests are currently always compiled with debugging information enabled, there may be additional warnings, if you see any warnings please attempt to fix them and submit pull requests with the fixes. +Tests are verified and working with GCC 4.9.2. + ## Using git and github Ensure you understand the github workflow: https://guides.github.com/introduction/flow/index.html