Explorar o código

Updated README file

- added additional library functionality to list
- added description on how to run unit tests
Patrick-Laptop %!s(int64=4) %!d(string=hai) anos
pai
achega
927a1d5a50
Modificáronse 1 ficheiros con 13 adicións e 2 borrados
  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 ###