source: CMT/v1r25-branch/mgr/fragments/check_java @ 641

Last change on this file since 641 was 637, checked in by rybkin, 11 years ago

merge -r 618:627 HEAD

  • Property svn:eol-style set to native
File size: 378 bytes
Line 
1#-- start of check_java ------
2
3check :: ${CONSTITUENT}check ;
4
5#${CONSTITUENT}check :: ${CONSTITUENT}
6${CONSTITUENT}check ::
7        $(silent) cd $(bin); $(${CONSTITUENT}_pre_check)
8        $(silent) cd $(bin); java $(java_run_options) $(${CONSTITUENT}_run_options) ${CONSTITUENT} $(${CONSTITUENT}_check_args)
9        $(silent) cd $(bin); $(${CONSTITUENT}_post_check)
10
11#-- end of check_java ------
Note: See TracBrowser for help on using the repository browser.