From 3f9ee8f5b824006cdb34d7a99e6aa71df6fad5d9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 24 Apr 2015 08:58:21 -0700 Subject: 1159 --- cpp/000organization | 4 ++-- cpp/test_all | 7 ------- cpp/test_all_layers | 7 +++++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100755 cpp/test_all create mode 100755 cpp/test_all_layers (limited to 'cpp') 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 deleted file mode 100755 index 4117dde0..00000000 --- a/cpp/test_all +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -for f in [0-9]* -do - echo "=== $f" - ./build_and_test_until $f || exit 0 -done diff --git a/cpp/test_all_layers b/cpp/test_all_layers new file mode 100755 index 00000000..4117dde0 --- /dev/null +++ b/cpp/test_all_layers @@ -0,0 +1,7 @@ +#!/bin/bash + +for f in [0-9]* +do + echo "=== $f" + ./build_and_test_until $f || exit 0 +done -- cgit 1.4.1-2-gfad0