-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwsjcpp.yml
More file actions
60 lines (54 loc) · 1.66 KB
/
Copy pathwsjcpp.yml
File metadata and controls
60 lines (54 loc) · 1.66 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
wsjcpp_version: v0.0.1
cmake_cxx_standard: 17
cmake_minimum_required: 3.7
name: wsjcpp-core
version: v0.2.7
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
distribution:
- source-file: src/wsjcpp_core.cpp
target-file: wsjcpp_core.cpp
type: "source-code"
- source-file: src/wsjcpp_core.h
target-file: wsjcpp_core.h
type: "source-code" # todo must be header-file
- source-file: "src/wsjcpp_unit_tests.cpp"
target-file: "wsjcpp_unit_tests.cpp"
type: "unit-tests"
- source-file: "src/wsjcpp_unit_tests.h"
target-file: "wsjcpp_unit_tests.h"
type: "unit-tests"
- source-file: "src/wsjcpp_unit_tests_main.cpp"
target-file: "wsjcpp_unit_tests_main.cpp"
type: "unit-tests"
- source-file: "scripts.wsjcpp/generate.WsjcppUnitTest.wsjcpp-script"
target-file: "generate.WsjcppUnitTest.wsjcpp-script"
type: "safe-scripting-generate"
- source-file: "scripts.wsjcpp/generate.Class.wsjcpp-script"
target-file: "generate.Class.wsjcpp-script"
type: "safe-scripting-generate"
unit-tests:
cases:
- name: "GetEnv"
description: "Test getEnv function"
- name: "ReadFileToBuffer"
description: "test for readFileToBuffer"
- name: "FilePermissions"
description: ""
resources:
output-generation-dir: src/resources.wsjcpp
files:
- filepath: "./src/resources/html/images/favicon.svg"
size: 10014
pack-as: "text"
modified: 1600318923
sha1: "a3393af3be6713c1268d38066e54087422b99c09"