DEBSOURCES
Skip Quicknav
sources / mk-configure / 0.37.0-2 / examples / tools2 / tests / prog1 / Makefile
12345678
check: @if test "`${OBJDIR_tools_prog1}/prog1`" = 'This is a message #1'; then \ echo ok; \ else \ echo FAILED; false; \ fi .include <mkc.mk>