$NetBSD$

don't build tests for ordinary packaging

--- Makefile	2011/11/18 21:53:08	1.1
+++ Makefile	2011/11/18 21:53:38
@@ -26,9 +26,9 @@
 SUBDIR += strings
 
 # Build the test suites.
-.if exists(${.CURDIR}/test)
-SUBDIR += test
-.endif
+#.if exists(${.CURDIR}/test)
+#SUBDIR += test
+#.endif
 
 # Build documentation at the end.
 .if exists(${.CURDIR}/documentation)
@@ -42,7 +42,7 @@
 #
 
 # Run the test suites.
-.if exists(${.CURDIR}/test)
-run-tests:	all .PHONY
-	(cd ${.CURDIR}/test; ${MAKE} test)
-.endif
+#.if exists(${.CURDIR}/test)
+#run-tests:	all .PHONY
+#	(cd ${.CURDIR}/test; ${MAKE} test)
+#.endif
