IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c3a267c6 authored by ralfulrich's avatar ralfulrich
Browse files

remove quotation

parent b583e58d
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ if (CMAKE_BUILD_TYPE STREQUAL Coverage) ...@@ -109,7 +109,7 @@ if (CMAKE_BUILD_TYPE STREQUAL Coverage)
endif () endif ()
# add call to ./do-copyright.py to run as unit-test-case # add call to ./do-copyright.py to run as unit-test-case
add_test (NAME copyright_notices COMMAND "./do-copyright.py" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) add_test (NAME copyright_notices COMMAND ./do-copyright.py WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
# add call to do-clang-format.sh checking to run as unit-test-case # add call to do-clang-format.sh checking to run as unit-test-case
add_test (NAME clang_format COMMAND ./do-clang-format.sh check WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}) add_test (NAME clang_format COMMAND ./do-clang-format.sh check WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment