Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ad228 commit 501d904Copy full SHA for 501d904
2 files changed
Doc/Makefile.deps
@@ -57,6 +57,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
57
lib/libinspect.tex \
58
lib/libdifflib.tex \
59
lib/libdoctest.tex \
60
+ lib/libunittest.tex \
61
lib/libtypes.tex \
62
lib/libtraceback.tex \
63
lib/libpickle.tex \
Doc/lib/lib.tex
@@ -112,6 +112,7 @@ \chapter*{Front Matter\label{front}}
112
113
\input{libmisc} % Miscellaneous Services
114
\input{libdoctest}
115
+\input{libunittest}
116
\input{libmath}
117
\input{libcmath}
118
\input{librandom}
0 commit comments