[Midnightbsd-cvs] src [11519] add tests

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 7 15:21:46 EDT 2018


Revision: 11519
          http://svnweb.midnightbsd.org/src/?rev=11519
Author:   laffer1
Date:     2018-07-07 15:21:46 -0400 (Sat, 07 Jul 2018)
Log Message:
-----------
add tests

Modified Paths:
--------------
    trunk/usr.bin/jot/Makefile
    trunk/usr.bin/jot/jot.1

Property Changed:
----------------
    trunk/usr.bin/jot/jot.1

Modified: trunk/usr.bin/jot/Makefile
===================================================================
--- trunk/usr.bin/jot/Makefile	2018-07-07 19:21:32 UTC (rev 11518)
+++ trunk/usr.bin/jot/Makefile	2018-07-07 19:21:46 UTC (rev 11519)
@@ -1,6 +1,13 @@
+# $MidnightBSD$
 #	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
-# $MidnightBSD$
+# $FreeBSD: stable/10/usr.bin/jot/Makefile 264996 2014-04-27 01:15:10Z jmmv $
 
+.include <bsd.own.mk>
+
 PROG=	jot
 
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
 .include <bsd.prog.mk>

Modified: trunk/usr.bin/jot/jot.1
===================================================================
--- trunk/usr.bin/jot/jot.1	2018-07-07 19:21:32 UTC (rev 11518)
+++ trunk/usr.bin/jot/jot.1	2018-07-07 19:21:46 UTC (rev 11519)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -26,9 +27,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"	@(#)jot.1	8.1 (Berkeley) 6/6/93
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/usr.bin/jot/jot.1 281574 2015-04-16 00:34:41Z allanjude $
 .\"
-.Dd June 2, 2010
+.Dd April 7, 2015
 .Dt JOT 1
 .Os
 .Sh NAME
@@ -242,7 +243,6 @@
 .Bd -literal -offset indent
 $ jot -w %d 6 1 10 0.5
 .Ed
-.Pp
 .Sh EXIT STATUS
 .Ex -std
 .Sh EXAMPLES
@@ -325,3 +325,5 @@
 .Nm
 utility first appeared in
 .Bx 4.2 .
+.Sh AUTHORS
+.An John A. Kunze


Property changes on: trunk/usr.bin/jot/jot.1
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list