source: CMT/HEAD/mgr/fragments/check_application @ 593

Last change on this file since 593 was 593, checked in by rybkin, 13 years ago

See C.L. 470

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