From 085899ac13c4bd43ffd3c42f33baf0acc3f986dc Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Sat, 6 Apr 2002 22:19:54 +0200
Subject: [PATCH] Skeleton chapters.

Rev: refdoc/chapters/building_pike.xml:1.1
Rev: refdoc/chapters/testsuite.xml:1.1
---
 refdoc/chapters/building_pike.xml | 15 ++++++++++++++
 refdoc/chapters/testsuite.xml     | 33 +++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)
 create mode 100644 refdoc/chapters/building_pike.xml
 create mode 100644 refdoc/chapters/testsuite.xml

diff --git a/refdoc/chapters/building_pike.xml b/refdoc/chapters/building_pike.xml
new file mode 100644
index 0000000000..76f1df4301
--- /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 0000000000..38fcf51d19
--- /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
-- 
GitLab