From: Chris Koeritz Date: Fri, 14 Aug 2020 13:45:35 +0000 (-0400) Subject: tweaked the makefile to actually work X-Git-Tag: 2.140.134~13^2~6 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=f127fbdc44deede85c43ea91263303ec15a3dfb6;p=feisty_meow.git tweaked the makefile to actually work --- 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)