IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 365b54d4 authored by Hans Dembinski's avatar Hans Dembinski Committed by Maximilian Reininghaus
Browse files

removing clang-format unit test

parent 3ce2f076
No related branches found
No related tags found
1 merge request!159removing clang-format unit test
Pipeline #961 passed
...@@ -114,9 +114,6 @@ endif () ...@@ -114,9 +114,6 @@ 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.py checking to run as unit-test-case
add_test (NAME clang_format COMMAND ./do-clang-format.py WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
if (WITH_PYTHIA) if (WITH_PYTHIA)
find_package (Pythia8) # optional find_package (Pythia8) # optional
endif (WITH_PYTHIA) endif (WITH_PYTHIA)
......
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