IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 159ba999 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

Merge branch 'remove_clang_format_test' into 'master'

removing clang-format unit test

See merge request !159
parents 3ce2f076 365b54d4
No related branches found
No related tags found
1 merge request!159removing clang-format unit test
Pipeline #962 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