source: CMT/v1r19/mgr/fragments/check_application @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 310 bytes
Line 
1#-- start of check_application ------
2
3check :: ${CONSTITUENT}check
4
5${CONSTITUENT}check :: ${CONSTITUENT}
6        cd $(bin); $(${CONSTITUENT}_pre_check)
7        cd $(bin); ${CONSTITUENT}${application_suffix} $(${CONSTITUENT}_check_args)
8        cd $(bin); $(${CONSTITUENT}_post_check)
9#-- end of check_application ------
Note: See TracBrowser for help on using the repository browser.