trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2016

Re: test target and code

From: deloptes <deloptes@...>
Date: Sun, 19 Jun 2016 09:22:26 +0200
deloptes wrote:

add_custom_target(testing check
   COMMAND bash test.sh
   COMMENT .......
   DEPENDS .......
   WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)

does this look good to you
especially add_custom_target(testing check

thanks