Skip to content

Commit

Permalink
Run tests against preliminary results
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Jan 13, 2024
1 parent 43b17d5 commit d9a0de9
Show file tree
Hide file tree
Showing 4 changed files with 1,796 additions and 11 deletions.
16 changes: 9 additions & 7 deletions results/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ if(NOT BUILD_TESTING)
return()
endif()

foreach(result
#AppleXcode
function(check_results tool)
add_test(NAME check-${tool}-results
COMMAND test-results ${CMAKE_SOURCE_DIR}/RefactorTest ${CMAKE_CURRENT_SOURCE_DIR}/${tool}Results.md)
endfunction()

foreach(result
ClangTidy
CLion
#EclipseCDT
#QtCreator
ReSharperCpp
VisualAssistX
VisualStudio
)
add_test(NAME check-${result}-results
COMMAND test-results ${CMAKE_SOURCE_DIR}/RefactorTest ${CMAKE_CURRENT_SOURCE_DIR}/${result}Results.md
)
check_results(${result})
endforeach()

add_subdirectory(preliminary)
Loading

0 comments on commit d9a0de9

Please sign in to comment.