Skip to content
Snippets Groups Projects
Commit a34f7beb authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH: ColumnLimit increased to 100.

parent b2f50e2c
Branches
Tags
2 merge requests!14ENH: New functions getEnumNameFromValue() and getEnumValueFromName(),!12F consolidation
......@@ -54,7 +54,7 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeColon
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 80
ColumnLimit: 100
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
......
......@@ -67,7 +67,8 @@ foreach (i RANGE "${len_test_cases}")
gtest_discover_tests(${test_case_name}
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
PROPERTIES
LABELS "caosdb-cpplib-unit-tests")
LABELS "caosdb-cpplib-unit-tests"
)
endforeach ()
# copy test data to build dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment