From: Matthew Dillon Date: Wed, 18 Aug 2004 09:10:32 +0000 (+0000) Subject: [test format strings for cvs server config] X-Git-Tag: v2.0.1~10481 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/9d00c939e4c2aad6ba5934711b20e3a40e80dda0 [test format strings for cvs server config] --- diff --git a/test/caps/Makefile b/test/caps/Makefile index 4412a5a418..9e2fbdbfcd 100644 --- a/test/caps/Makefile +++ b/test/caps/Makefile @@ -1,4 +1,4 @@ -# $DragonFly: src/test/caps/Makefile,v 1.7 2004/07/05 15:18:35 joerg Exp $ +# $DragonFly: src/test/caps/Makefile,v 1.8 2004/08/18 09:10:30 dillon Exp $ # # thr{1,2,3} disabled (obsolete at the moment) @@ -11,6 +11,7 @@ all: $(TARGETS) #/tmp/caps1: caps1.c # $(CC) $(CFLAGS) caps1.c -lcaps -o /tmp/caps1 +# /tmp/thr1: thr1.c $(CC) $(CFLAGS) thr1.c -lcaps -o /tmp/thr1 diff --git a/test/test/README b/test/test/README index 23c898d6ae..84368fbe3a 100644 --- a/test/test/README +++ b/test/test/README @@ -1,4 +1,4 @@ -$DragonFly: src/test/test/README,v 1.19 2004/08/18 09:07:06 dillon Exp $ +$DragonFly: src/test/test/README,v 1.20 2004/08/18 09:10:32 dillon Exp $ README FOR /usr/src/test/test This is just a dummy directory that committers use to test the @@ -8,5 +8,5 @@ $DragonFly: src/test/test/README,v 1.19 2004/08/18 09:07:06 dillon Exp $ Thanks Matt, it works. - more testing 11 + more testing 12