Added 'make check'

This commit is contained in:
Matt Hill
2015-12-22 17:24:46 -05:00
parent 3eccdbfc70
commit 980cc44e09

View File

@@ -13,4 +13,6 @@ TARGET_LINK_LIBRARIES(unittests
) )
add_test(unittests unittests) add_test(unittests unittests)
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND})