Commit 1aac5c0e authored by Richard Levitte's avatar Richard Levitte
Browse files

Add test_cms

parent 4434328b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -284,6 +284,10 @@ $ test_jpake:
$	write sys$output "Test JPAKE"
$	mcr 'texe_dir''jpaketest'
$	return
$ test_cms:
$	write sys$output "CMS consistency test"
$	perl CMS-TEST.PL
$	return
$
$
$ exit: