From c3fb284092aa3c364e1b45753a6a327727ac7d74 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Thu, 25 Mar 2004 22:15:48 +0000 Subject: - Make running self-tests an optional step since it may fail in some environments (particularlly, bento's). Move it from do-build to a new test target. Reported by: bento (via kris) --- sysutils/socklog/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sysutils/socklog') diff --git a/sysutils/socklog/Makefile b/sysutils/socklog/Makefile index 3886b6de7f40..8504ddea62de 100644 --- a/sysutils/socklog/Makefile +++ b/sysutils/socklog/Makefile @@ -26,7 +26,11 @@ do-configure: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc do-build: - cd ${WRKSRC} && package/compile && package/check + cd ${WRKSRC} && package/compile + @${ECHO_MSG} "Type 'make test' to run self-tests" + +test: + cd ${WRKSRC} && package/check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/* ${PREFIX}/bin -- cgit v1.2.3