Skip to content

Commit 4fa141c

Browse files
committed
test: is this OK?
1 parent 74940b5 commit 4fa141c

15 files changed

+16
-282
lines changed

.github/workflows/flow.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"matrix": {
3-
"compiler": ["gcc", "clang", "msvc"],
4-
"build_type": ["Release", "Debug"],
5-
"sanitizer": [true, false],
6-
"os": ["ubuntu", "windows"]
3+
"compiler": ["msvc"],
4+
"build_type": ["Release"],
5+
"sanitizer": [false],
6+
"os": ["windows"]
77
},
88
"exclude": [
99
{"os": "windows", "compiler": "clang"},

apps/CMakeLists.txt

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,6 @@ if (COV_TESTING)
125125
endforeach()
126126

127127
foreach(TEST_SET
128-
001-cov
129-
002-init
130-
003-config-A 004-config-B 005-config-C
131-
006-module-A 007-module-B
132-
008-report-A 009-report-B
133-
010-log
134-
011-refs
135-
012-checkout
136-
013-reset
137-
014-show
138-
015-filters-A
139128
016-collect
140129
)
141130
add_test(
@@ -148,17 +137,6 @@ if (COV_TESTING)
148137
)
149138
endforeach()
150139

151-
if (NOT cov_COVERALLS)
152-
add_test(
153-
NAME cov-exec-pl
154-
COMMAND "${Python3_EXECUTABLE}"
155-
"${PROJECT_SOURCE_DIR}/tools/json_tests/runner.py"
156-
--bin "${PROJECT_BINARY_DIR}"
157-
--tests "messages-pl"
158-
--version "${PROJECT_VERSION}${PROJECT_VERSION_STABILITY}${PROJECT_VERSION_BUILD_META}"
159-
)
160-
endif()
161-
162140
if (CMAKE_GENERATOR MATCHES "Visual Studio" AND TARGET cov_coveralls_test)
163141
add_dependencies(cov_coveralls_test
164142
cov cov-echo cov-pwd

apps/tests/main-set/016-collect/01-collect-help.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

apps/tests/main-set/016-collect/02-collect-unborn.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

apps/tests/main-set/016-collect/03-collect-no-HEAD.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

apps/tests/main-set/016-collect/04-collect-too-many-args.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

apps/tests/main-set/016-collect/05-collect-too-little-args.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

apps/tests/main-set/016-collect/06-collect-observe.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

apps/tests/main-set/016-collect/07-collect-clang.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

apps/tests/main-set/016-collect/08-collect-gcc.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)