From b80fdf56076c8092836c2fdc55da522d6b4e3b04 Mon Sep 17 00:00:00 2001 From: "Norbraten, Terry" <tdnorbra@nps.edu> Date: Fri, 5 Jun 2020 20:58:58 -0700 Subject: [PATCH] update --- validation/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/validation/README.md b/validation/README.md index 96a4f6c9e9..d5eb688a50 100644 --- a/validation/README.md +++ b/validation/README.md @@ -12,3 +12,6 @@ Validation within this library is done through several classes in the `edu.nps.m To create a log file using the current library, run the main() method in`ValidationPdusMakerV1`. Once there are 2 or more log files generated in ./pduLog, pass the paths to files of sequence 2 or greater to `LogCompare` i.e. Pdusave2.dislog, etc. + +An Ant test target has also been written to consolidate the validation process explained here. +build.xml -> validate.pdu.logs -- GitLab