Add 'make check' target

This commit is contained in:
Matt Schulte 2020-10-29 15:49:12 -07:00 committed by Serge Lamikhov-Center
parent 66e4f48b84
commit 1559155e7d

View File

@ -42,3 +42,5 @@ add_test(
${CMAKE_CURRENT_BINARY_DIR}/ELFIOTest
WORKING_DIRECTORY
${CMAKE_CURRENT_BINARY_DIR})
add_custom_target(check DEPENDS test)