@@ -3,7 +3,7 @@ cmake_cxx_standard: 11
33cmake_minimum_required : 3.0
44
55name : wsjcpp-core
6- version : v0.1.0
6+ version : v0.2.1
77description : Basic Utils for wsjcpp
88issues : https://github.com/wsjcpp/wsjcpp-core/issues
99repositories :
@@ -33,13 +33,17 @@ 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.WsjcppUnitTest.wsjcpp-script"
37+ target-file : " generate.WsjcppUnitTest.wsjcpp-script"
38+ type : " safe-scripting-generate"
39+ - source-file : " scripts.wsjcpp/generate.Class.wsjcpp-script"
40+ target-file : " generate.Class.wsjcpp-script"
41+ type : " safe-scripting-generate"
3642
3743unit-tests :
3844 cases :
3945 - name : CoreNormalizePath
4046 description : Check function normalizePath
41- - name : CoreUuid
42- description : Check test generate uuid function
4347 - name : CoreExtractFilename
4448 description : Check function extract filenane from path
4549 - name : " ToUpper"
@@ -68,3 +72,13 @@ unit-tests:
6872 description : " Test join function"
6973 - name : " getHumanSizeBytes"
7074 description : " Test function get human size in bytes"
75+ - name : " TestResources"
76+ description : " Test basic resources"
77+ - name : " ListOfDirs"
78+ description : " Check list of directories"
79+ - name : " FilePermissions"
80+ description : " "
81+ - name : " StringPadding"
82+ description : " "
83+ - name : " DateTimeFormat"
84+ description : " "
0 commit comments