apply auto-formatter

This commit is contained in:
2022-07-18 16:07:26 +02:00
parent 490a80e49f
commit ddf38b65c3
32 changed files with 242 additions and 192 deletions

View File

@ -1,7 +1,7 @@
if(FSFW_ADD_INTERNAL_TESTS)
add_subdirectory(internal)
add_subdirectory(internal)
endif()
if(NOT FSFW_BUILD_TESTS)
add_subdirectory(integration)
add_subdirectory(integration)
endif()

View File

@ -1,3 +1 @@
target_sources(${LIB_FSFW_NAME} PRIVATE
TestAssembly.cpp
)
target_sources(${LIB_FSFW_NAME} PRIVATE TestAssembly.cpp)

View File

@ -1,3 +1 @@
target_sources(${LIB_FSFW_NAME} PRIVATE
TestController.cpp
)
target_sources(${LIB_FSFW_NAME} PRIVATE TestController.cpp)

View File

@ -1,5 +1,2 @@
target_sources(${LIB_FSFW_NAME} PRIVATE
TestCookie.cpp
TestDeviceHandler.cpp
TestEchoComIF.cpp
)
target_sources(${LIB_FSFW_NAME} PRIVATE TestCookie.cpp TestDeviceHandler.cpp
TestEchoComIF.cpp)

View File

@ -1,3 +1 @@
target_sources(${LIB_FSFW_NAME} PRIVATE
TestTask.cpp
)
target_sources(${LIB_FSFW_NAME} PRIVATE TestTask.cpp)

View File

@ -1,8 +1,6 @@
target_sources(${LIB_FSFW_NAME} PRIVATE
InternalUnitTester.cpp
UnittDefinitions.cpp
)
target_sources(${LIB_FSFW_NAME} PRIVATE InternalUnitTester.cpp
UnittDefinitions.cpp)
add_subdirectory(osal)
add_subdirectory(serialize)
add_subdirectory(globalfunctions)
add_subdirectory(globalfunctions)

View File

@ -1,3 +1 @@
target_sources(${LIB_FSFW_NAME} PRIVATE
TestArrayPrinter.cpp
)
target_sources(${LIB_FSFW_NAME} PRIVATE TestArrayPrinter.cpp)

View File

@ -1,5 +1,2 @@
target_sources(${LIB_FSFW_NAME} PRIVATE
testMq.cpp
testMutex.cpp
testSemaphore.cpp
)
target_sources(${LIB_FSFW_NAME} PRIVATE testMq.cpp testMutex.cpp
testSemaphore.cpp)

View File

@ -1,3 +1 @@
target_sources(${LIB_FSFW_NAME} PRIVATE
IntTestSerialization.cpp
)
target_sources(${LIB_FSFW_NAME} PRIVATE IntTestSerialization.cpp)