Add entry for unittest documentation.

This commit is contained in:
Fred Drake 2001-04-07 05:42:14 +00:00
parent b9ad228798
commit 501d90471d
2 changed files with 2 additions and 0 deletions

View file

@ -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 \

View file

@ -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}