Index: tests/doc.test =================================================================== diff -u -rbb292ab3dff4b1d3a65e0a532b691e8a6dcd688c -r84921e055921d2ee9adf2853048cf05b3bf62643 --- tests/doc.test (.../doc.test) (revision bb292ab3dff4b1d3a65e0a532b691e8a6dcd688c) +++ tests/doc.test (.../doc.test) (revision 84921e055921d2ee9adf2853048cf05b3bf62643) @@ -1064,7 +1064,8 @@ puts stderr ================================================= foreach path [list [file join [::nsf::tmpdir] NextScriptingFramework] \ - [file join [::nsf::tmpdir] NextScriptingLanguage]] { + [file join [::nsf::tmpdir] NextScriptingLanguage] \ + [file join [::nsf::tmpdir] XOTcl2]] { if {[file exists $path]} { file delete -force $path } @@ -1156,6 +1157,24 @@ puts stderr ">>>>> gross timing for $project $_" +set project [::nx::doc::@project new \ + -name XOTcl2 \ + -url http://www.xotcl.org/ \ + -version 2.0.0 \ + -@namespace "::xotcl" \ + -sources { + @package XOTcl-langRef + }] + +processor process \ + -sandboxed \ + $project + +::nx::doc::make doc \ + -renderer ::nx::doc::NxDocRenderer \ + -project $project \ + -outdir [::nsf::tmpdir] + # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #