
check :: ${CONSTITUENT}check
	@echo "------> ${CONSTITUENT}check ok"

${CONSTITUENT}check ::
	@echo "------> starting ${CONSTITUENT}check"
	@$(cmtexe) -quiet build -nmake constituent_makefile ${CONSTITUENT}
	$(MAKE) /f ${CONSTITUENT}.nmake build_strategy=keep_makefiles ${CONSTITUENT}check

