@@ -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.2 .1
77description : Basic Utils for wsjcpp
88issues : https://github.com/wsjcpp/wsjcpp-core/issues
99repositories :
@@ -21,25 +21,36 @@ distribution:
2121 - source-file : src/wsjcpp_core.cpp
2222 target-file : wsjcpp_core.cpp
2323 type : " source-code"
24+ sha1 : " 09ef821bbc090fc1cd8a15bc4a57a9a2ce8ae00d"
2425 - source-file : src/wsjcpp_core.h
2526 target-file : wsjcpp_core.h
2627 type : " source-code" # todo must be header-file
28+ sha1 : " e6e4ab2067d3c942db08e3b79862486eaf851e4b"
2729 - source-file : " src/wsjcpp_unit_tests.cpp"
2830 target-file : " wsjcpp_unit_tests.cpp"
2931 type : " unit-tests"
32+ sha1 : " fd5989d1a83c8b90bdc4d5e9bc9c3051eaa1e6d2"
3033 - source-file : " src/wsjcpp_unit_tests.h"
3134 target-file : " wsjcpp_unit_tests.h"
3235 type : " unit-tests"
36+ sha1 : " 83d4b6e046b6b58c42882ccae4be413e03c401c1"
3337 - source-file : " src/wsjcpp_unit_tests_main.cpp"
3438 target-file : " wsjcpp_unit_tests_main.cpp"
3539 type : " unit-tests"
40+ sha1 : " 388ae269b325c5e161f6c3a5c598575714a4bffc"
41+ - source-file : " scripts.wsjcpp/generate.WsjcppUnitTest.wsjcpp-script"
42+ target-file : " generate.WsjcppUnitTest.wsjcpp-script"
43+ type : " safe-scripting-generate"
44+ sha1 : " a7c9c2d19bf81c5b00e659384b0b92a99319a4c1"
45+ - source-file : " scripts.wsjcpp/generate.Class.wsjcpp-script"
46+ target-file : " generate.Class.wsjcpp-script"
47+ type : " safe-scripting-generate"
48+ sha1 : " de1799907c685d606b93e08b821b540c2faa2db1"
3649
3750unit-tests :
3851 cases :
3952 - name : CoreNormalizePath
4053 description : Check function normalizePath
41- - name : CoreUuid
42- description : Check test generate uuid function
4354 - name : CoreExtractFilename
4455 description : Check function extract filenane from path
4556 - name : " ToUpper"
@@ -68,3 +79,13 @@ unit-tests:
6879 description : " Test join function"
6980 - name : " getHumanSizeBytes"
7081 description : " Test function get human size in bytes"
82+ - name : " TestResources"
83+ description : " Test basic resources"
84+ - name : " ListOfDirs"
85+ description : " Check list of directories"
86+ - name : " FilePermissions"
87+ description : " "
88+ - name : " StringPadding"
89+ description : " "
90+ - name : " DateTimeFormat"
91+ description : " "
0 commit comments