From 501d90471d9b281692eb021b0f0c71dfe4e62626 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 7 Apr 2001 05:42:14 +0000 Subject: Add entry for unittest documentation. --- Doc/Makefile.deps | 1 + Doc/lib/lib.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index f2385f8..aa75a6f 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -57,6 +57,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ lib/libinspect.tex \ lib/libdifflib.tex \ lib/libdoctest.tex \ + lib/libunittest.tex \ lib/libtypes.tex \ lib/libtraceback.tex \ lib/libpickle.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index e74329b..3e8cab1 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -112,6 +112,7 @@ and how to embed it in other applications. \input{libmisc} % Miscellaneous Services \input{libdoctest} +\input{libunittest} \input{libmath} \input{libcmath} \input{librandom} -- cgit v0.12