@@ -3,7 +3,7 @@ cmake_cxx_standard: 11
33cmake_minimum_required : 3.0
44
55name : wsjcpp-core
6- version : v0.1.1
6+ version : v0.1.7
77description : Basic Utils for wsjcpp
88issues : https://github.com/wsjcpp/wsjcpp-core/issues
99repositories :
@@ -33,13 +33,20 @@ distribution:
3333 - source-file : " src/wsjcpp_unit_tests_main.cpp"
3434 target-file : " wsjcpp_unit_tests_main.cpp"
3535 type : " unit-tests"
36+ - source-file : " scripts.wsjcpp/generate.Class"
37+ target-file : " generate.Class"
38+ type : " safe-scripting-generate"
39+ - source-file : " src/wsjcpp_resources_manager.h"
40+ target-file : " wsjcpp_resources_manager.h"
41+ type : " source-code"
42+ - source-file : " src/wsjcpp_resources_manager.cpp"
43+ target-file : " wsjcpp_resources_manager.cpp"
44+ type : " source-code"
3645
3746unit-tests :
3847 cases :
3948 - name : CoreNormalizePath
4049 description : Check function normalizePath
41- - name : CoreUuid
42- description : Check test generate uuid function
4350 - name : CoreExtractFilename
4451 description : Check function extract filenane from path
4552 - name : " ToUpper"
@@ -68,3 +75,7 @@ unit-tests:
6875 description : " Test join function"
6976 - name : " getHumanSizeBytes"
7077 description : " Test function get human size in bytes"
78+ - name : " TestResources"
79+ description : " Test basic resources"
80+ - name : " ListOfDirs"
81+ description : " Check list of directories"
0 commit comments