head	1.6;
access;
symbols;
locks; strict;
comment	@# @;


1.6
date	2005.09.02.14.01.24;	author shd;	state dead;
branches;
next	1.5;

1.5
date	2004.08.24.22.39.43;	author shd;	state Exp;
branches;
next	1.4;

1.4
date	2004.01.20.22.42.52;	author shd;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.20.22.40.47;	author shd;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.18.19.32.33;	author shd;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.18.16.52.35;	author shd;	state Exp;
branches;
next	;


desc
@@


1.6
log
@*** empty log message ***
@
text
@ck = ../ckmd5

all:	test

test:	test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 test11

test1:	
	@@echo "test1: should print OK"
	@@ $(ck) a.txt
	@@echo

test2:	
	@@echo "test2: should print BAD"
	@@ $(ck) b.txt || echo "test2 returned error as expected."
	@@echo

test3:	
	@@echo "test3: should say can't find nfo file"
	@@ $(ck) .avi || echo "test3 returned error as expected."
	@@echo

test4:	
	@@echo "test4: shouldn't print anything"
	@@ $(ck) c.md5
	@@echo

test5:	
	@@echo "test5: shouldn't print anything"
	@@ $(ck) d.nfo
	@@echo

test6:	
	@@echo "test6: should say checksum not found"
	@@ $(ck) e.mpg || echo "test6 returned error as expected."
	@@echo

test7:	
	@@echo "test7: should say checksum file not found"
	@@ $(ck) f.ogm || echo "test7 returned error as expected."
	@@echo

test8:	
	@@echo "test8: should print OK"
	@@ $(ck) g.mp3
	@@echo

test9:	
	@@echo "test9: should print BAD"
	@@ $(ck) h.mp3 || echo "test9 returned error as expected."
	@@echo

test10:	
	@@echo "test10: should print OK"
	@@ $(ck) i.abcd
	@@echo

test11:	
	@@echo "test11: should print OK"
	@@ $(ck) j
	@@echo
@


1.5
log
@*** empty log message ***
@
text
@@


1.4
log
@*** empty log message ***
@
text
@d10 1
d14 2
a15 1
	@@ $(ck) b.txt
d18 3
a20 2
	@@echo "test3: should print OK"
	@@ $(ck) .avi
d25 1
d30 1
d34 2
a35 1
	@@ $(ck) e.mpg
d39 2
a40 1
	@@ $(ck) f.ogm
d45 1
d49 2
a50 1
	@@ $(ck) h.mp3
d55 1
d60 1
@


1.3
log
@*** empty log message ***
@
text
@d3 3
a5 1
all:	test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 test11
@


1.2
log
@*** empty log message ***
@
text
@d3 1
a3 1
all:	test1 test2 test3 test4 test5 test6 test7 test8 test9 test10
d44 4
@


1.1
log
@*** empty log message ***
@
text
@d30 1
a30 1
	@@echo "test7: should say checksum not found"
@

