summaryrefslogtreecommitdiffstats
path: root/tools/test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/malloc/Makefile2
-rw-r--r--tools/test/ppsapi/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/malloc/Makefile b/tools/test/malloc/Makefile
index 6637ab1..7487815 100644
--- a/tools/test/malloc/Makefile
+++ b/tools/test/malloc/Makefile
@@ -3,7 +3,7 @@ PROG= malloc
SRCS= main.c
.PATH: ${.CURDIR}/../../../lib/libc/stdlib
-NOMAN= sorry
+NOMAN=
test: malloc
@echo
diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile
index e9670fe..99d29f5 100644
--- a/tools/test/ppsapi/Makefile
+++ b/tools/test/ppsapi/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ppsapitest
-NOMAN= yeah
+NOMAN=
WARNS?= 5
OpenPOWER on IntegriCloud