Displaying 1 result from an estimated 1 matches for "default_goal".
2009 Apr 09
0
how to add a target to the Make that R CMD check uses for running tests?
...ts with different pre-processing and post-processing, generate test summaries, etc.)
Is there a good way to do this? At the moment I make 'make' jump through hoops, and it works, but I'd like to find a better way.
A method I used initially was to change the default goal by assigning .DEFAULT_GOAL in tests/Makefile. This works nicely with GNU make version 3.81, which is standard in Ubuntu Linux. However, the Rtools set of programs for Windows (as of R 2.6.2) includes GNU make version 3.79, which does not appear to recognize .DEFAULT_GOAL. Additionally, version 2.6.2 (2008-02-08) of "...