Parcourir la source

Updated README file

- added additional library functionality to list
- added description on how to run unit tests
Patrick-Laptop il y a 3 ans
Parent
commit
927a1d5a50
1 fichiers modifiés avec 13 ajouts et 2 suppressions
  1. 13 2
      README.md

+ 13 - 2
README.md

@@ -3,9 +3,20 @@
 This is a cross-platform standard library written in C++ and provides basic functionality and implementation, like:
  
 - Boxing
-- File
-- Reflection
+- File Operations
+- Basic Reflection
 - Date
+- State Machine
+- Serialization
+- JSON
+- XML
+- Logging
+
+### Testing ###
+
+This project contains unit tests to provide test coverage.  
+To run those unit tests you have to adjust __TestHelper__ class by adding your personal test folder path to __getTestFolderLocation__ method. 
+
 
 ### Naming Convention ###