diff --git a/refdoc/chapters/building_pike.xml b/refdoc/chapters/building_pike.xml new file mode 100644 index 0000000000000000000000000000000000000000..76f1df430137ffe9045ef55828e11bb6b802d135 --- /dev/null +++ b/refdoc/chapters/building_pike.xml @@ -0,0 +1,15 @@ +<chapter title="Building Pike"> + +<section title="Required Software"> +</section> + +<section title="Cofiguration"> +</section> + +<section title="Make targets"> +</section> + +<section title="Building for Windows"> +</section> + +</chapter> \ No newline at end of file diff --git a/refdoc/chapters/testsuite.xml b/refdoc/chapters/testsuite.xml new file mode 100644 index 0000000000000000000000000000000000000000..38fcf51d19957a04ea72a239be38d393484ebc87 --- /dev/null +++ b/refdoc/chapters/testsuite.xml @@ -0,0 +1,33 @@ +<chapter title="Pike Test Suite"> + + <p><fixme>The goals of the test suite and an overview of it</fixme></p> + +<section title="Running Tests"> + + <p><fixme>Different ways of running the testsuite (all tests, some tests, + different build dirs, test suite flags</fixme></p> + +</section> + +<section title="Writing new tests"> + + <subsection title="test_any" /> + <subsection title="test_any_equal" /> + <subsection title="test_eq" /> + <subsection title="test_equal" /> + <subsection title="test_do" /> + <subsection title="test_true" /> + <subsection title="test_false" /> + <subsection title="test_compile" /> + <subsection title="test_compile_any" /> + <subsection title="test_compile_error" /> + <subsection title="test_compile_error_low" /> + <subsection title="test_eval_error" /> + <subsection title="test_define_program" /> + <subsection title="test_program" /> + <subsection title="cond" /> + <subsection title="ifefun" /> + +</section> + +</chapter> \ No newline at end of file