-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwsjcpp.yml
More file actions
60 lines (55 loc) · 1.69 KB
/
wsjcpp.yml
File metadata and controls
60 lines (55 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
wsjcpp_version: v0.0.1
cmake_cxx_standard: 11
cmake_minimum_required: 3.0
name: wsjcpp-core
version: v0.0.5
description: Basic Utils for wsjcpp
issues: https://github.com/wsjcpp/wsjcpp-core/issues
repositories:
- type: main
url: "https://github.com/wsjcpp/wsjcpp-core"
keywords:
- c++
- wsjcpp
authors:
- name: Evgenii Sopov
email: mrseakg@gmail.com
required-libraries:
- pthread
distribution:
- source-file: src/wsjcpp_core.cpp
target-file: wsjcpp_core.cpp
sha1: "d892bfee196af88dcada57b39bc6bd65ce2ce075"
type: "source-code"
- source-file: src/wsjcpp_core.h
target-file: wsjcpp_core.h
sha1: "8f5e7b7ada06814ed123a08e49acffe2e12d398a"
type: "source-code" # todo must be header-file
- source-file: "src/wsjcpp_unit_tests.cpp"
target-file: "wsjcpp_unit_tests.cpp"
type: "unit-tests"
sha1: "4208e039ec2923636655b3ada79ec223cca7bae2"
- source-file: "src/wsjcpp_unit_tests.h"
target-file: "wsjcpp_unit_tests.h"
type: "unit-tests"
sha1: "8d2ec886f23161a639bb2419bb5e4af48278f18b"
- source-file: "src/wsjcpp_unit_tests_main.cpp"
target-file: "wsjcpp_unit_tests_main.cpp"
type: "unit-tests"
sha1: "2c02fb58f51687eeac2076096b7df698cc246c9d"
unit-tests:
cases:
- name: CoreNormalizePath
description: Check function normalizePath
- name: CoreUuid
description: Check test generate uuid function
- name: CoreExtractFilename
description: Check function extract filenane from path
- name: IpV4
description: Check function isIPv4
- name: IpV6
description: Check function isIPv6
- name: "ToUpper"
description: "String to upper"
- name: "CreateUuid"
description: "Test generation uuids"