From c7e1277ecaf40c6d8ee945418a306f5b15189b97 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 8 Aug 2023 16:33:38 -0700 Subject: Unit test augmentations and harness. Added some features to the mkunit program, including cleanup routine support. Added reporting modes for the UnitSuite class, and it can now generate machine readable reports. Added a new program, rununits that runs all unit tests and generates a synopsis of what you really care about at the end, issues! --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c6cd97f..e9625b2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,14 @@ /mkunit.exe /myriad.exe /jsontool.exe +/rununits.exe /autoconfig /bin2cpp /mkunit /myriad /viewcsv /jsontool +/rununits .*.swp .*.un~ /src/autoconfig.h -- cgit v1.2.3