Migrate boost unit test to google test with cmake (ctest)
[anna.git] / README.md
index 56a695f..26e44f1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ ANNA is a complete suite of tools and resources to build proffesional applicatio
 Based on GIT, hosted on http://redmine.teslayout.com
 
 You could use my pre-commit specific template if you want to do some basic checkings (i.e.
- astyle code processing): Execute './scr/git/use-pre-commit.sh'
+ astyle code processing): Execute './scripts/git/use-pre-commit.sh'
 
 ## Documentation
 
@@ -90,6 +90,6 @@ Execute 'sudo scons uninstall'
         sudo apt-get install libboost-test-dev
 
      Development module is no longer needed, but still unit testing is done through boost.
+     Pending migration to google test framework.