blob: 55a5bf45cf9a4b3dbd44bfbbcd7fcb6b05af9dda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
https://github.com/uncrustify/uncrustify/issues/4015
--- tests/CMakeLists.txt.orig 2023-05-13 16:28:21 UTC
+++ tests/CMakeLists.txt
@@ -67,18 +67,6 @@ if (NOT ENABLE_CODECOVERAGE)
)
endif()
-add_test(
- NAME cli_options
- COMMAND ${PYTHON_EXECUTABLE}
- test_cli_options.py
- --config $<CONFIG>
- --build ${uncrustify_BINARY_DIR}
- --diff
- --test ${CMAKE_CURRENT_BINARY_DIR}/cli
- ${_configs}
- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/cli
-)
-
add_custom_target(update-cli-options
COMMAND ${PYTHON_EXECUTABLE}
test_cli_options.py
|