From 3b225dd78f740ca645647d8a6a05f2a65c822a1c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 14 Aug 2020 09:45:35 -0400 Subject: [PATCH] tweaked the makefile to actually work --- testkit/doc/testkit_reference.html | 4 +++- testkit/makefile | 5 ++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/testkit/doc/testkit_reference.html b/testkit/doc/testkit_reference.html index 3fedb723..f1843bc0 100644 --- a/testkit/doc/testkit_reference.html +++ b/testkit/doc/testkit_reference.html @@ -5,7 +5,9 @@

Feisty Meow® TestKit Reference Manual

-
Version 1.0 ― Updated August 14 2020
+

Author: Chris Koeritz

+
+ Version 1.0 ― Updated August 14 2020

The Feisty Meow® TestKit

The TestKit is a collection of scripts that leverages the ShUnit unit testing environment.  TestKit provides a pattern for creating test diff --git a/testkit/makefile b/testkit/makefile index 3fff396e..87e3549a 100644 --- a/testkit/makefile +++ b/testkit/makefile @@ -3,7 +3,6 @@ all: @bash test_driver.sh -doc: - cd doc - $(MAKE) +docs: + cd doc && $(MAKE) -- 2.34.1