|
| 1 | +wsjcpp_version: v0.0.1 |
| 2 | +cmake_cxx_standard: 11 |
| 3 | +cmake_minimum_required: 3.0 |
| 4 | + |
| 5 | +name: wsjcpp-core |
| 6 | +version: v0.0.5 |
| 7 | +description: Basic Utils for wsjcpp |
| 8 | +issues: https://github.com/wsjcpp/wsjcpp-core/issues |
| 9 | +repositories: |
| 10 | + - type: main |
| 11 | + url: "https://github.com/wsjcpp/wsjcpp-core" |
| 12 | +keywords: |
| 13 | + - c++ |
| 14 | + - wsjcpp |
| 15 | + |
| 16 | +authors: |
| 17 | + - name: Evgenii Sopov |
| 18 | + email: mrseakg@gmail.com |
| 19 | + |
| 20 | +required-libraries: |
| 21 | + - pthread |
| 22 | + |
| 23 | +distribution: |
| 24 | + - source-file: src/wsjcpp_core.cpp |
| 25 | + target-file: wsjcpp_core.cpp |
| 26 | + sha1: "d892bfee196af88dcada57b39bc6bd65ce2ce075" |
| 27 | + type: "source-code" |
| 28 | + - source-file: src/wsjcpp_core.h |
| 29 | + target-file: wsjcpp_core.h |
| 30 | + sha1: "8f5e7b7ada06814ed123a08e49acffe2e12d398a" |
| 31 | + type: "source-code" # todo must be header-file |
| 32 | + - source-file: "src/wsjcpp_unit_tests.cpp" |
| 33 | + target-file: "wsjcpp_unit_tests.cpp" |
| 34 | + type: "unit-tests" |
| 35 | + sha1: "4208e039ec2923636655b3ada79ec223cca7bae2" |
| 36 | + - source-file: "src/wsjcpp_unit_tests.h" |
| 37 | + target-file: "wsjcpp_unit_tests.h" |
| 38 | + type: "unit-tests" |
| 39 | + sha1: "8d2ec886f23161a639bb2419bb5e4af48278f18b" |
| 40 | + - source-file: "src/wsjcpp_unit_tests_main.cpp" |
| 41 | + target-file: "wsjcpp_unit_tests_main.cpp" |
| 42 | + type: "unit-tests" |
| 43 | + sha1: "2c02fb58f51687eeac2076096b7df698cc246c9d" |
| 44 | + |
| 45 | +unit-tests: |
| 46 | + cases: |
| 47 | + - name: CoreNormalizePath |
| 48 | + description: Check function normalizePath |
| 49 | + - name: CoreUuid |
| 50 | + description: Check test generate uuid function |
| 51 | + - name: CoreExtractFilename |
| 52 | + description: Check function extract filenane from path |
| 53 | + - name: "ToUpper" |
| 54 | + description: "String to upper" |
| 55 | + - name: "CreateUuid" |
| 56 | + description: "Test generation uuids" |
0 commit comments