Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit b0c2a2f

Browse files
author
Jamie Snape
committed
Add dependencies security check test
1 parent b88f8bb commit b0c2a2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ endfunction()
9696

9797
add_midas_style_test(StyleTests ${CMAKE_SOURCE_DIR}/tests)
9898

99+
add_test(NAME SecurityCheck COMMAND ${CMAKE_SOURCE_DIR}/vendor/bin/security-checker --no-interaction --quiet security:check WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
100+
99101
add_test(UTF8Encoding ${PHP} ${CMAKE_SOURCE_DIR}/tests/UTF8Tools.php --src ${CMAKE_SOURCE_DIR})
100102
set_tests_properties(
101103
UTF8Encoding PROPERTIES

0 commit comments

Comments
 (0)