about summary refs log tree commit diff stats
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/000organization4
-rwxr-xr-xcpp/test_all_layers (renamed from cpp/test_all)0
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/000organization b/cpp/000organization
index 5cde369b..c325c275 100644
--- a/cpp/000organization
+++ b/cpp/000organization
@@ -74,7 +74,7 @@
 //: should be possible to stop loading after any file/layer, build and run the
 //: program, and pass all tests for loaded features. (Relevant is
 //: http://youtube.com/watch?v=c8N72t7aScY, a scene from "2001: A Space
-//: Odyssey".) Use the included script called 'test_all' to check the
+//: Odyssey".) Use the included script called 'test_all_layers' to check the
 //: guarantee if you make any changes.
 //:
 //: This 'subsetting guarantee' ensures that this directory contains a
@@ -82,7 +82,7 @@
 //: autobiographically allows a newcomer to rapidly orient himself, reading the
 //: first few files to understand a simple gestalt of a program's core purpose
 //: and features, and later gradually working his way through other features as
-//: the need arises. Each step should be as simple as possible (but no simpler).
+//: the need arises.
 //:
 //: Programmers shouldn't need to understand everything about a program to hack
 //: on it. But they shouldn't be prevented from a thorough understanding of
diff --git a/cpp/test_all b/cpp/test_all_layers
index 4117dde0..4117dde0 100755
--- a/cpp/test_all
+++ b/cpp/test_all_layers
22 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168