about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--011load.cc1
-rw-r--r--043new.cc1
-rwxr-xr-xtest_all_layers3
3 files changed, 2 insertions, 3 deletions
diff --git a/011load.cc b/011load.cc
index 8afe076f..d73f1e0f 100644
--- a/011load.cc
+++ b/011load.cc
@@ -251,6 +251,7 @@ void show_rest_of_stream(istream& in) {
 //: Have tests clean up any recipes they added.
 :(before "End Globals")
 vector<recipe_ordinal> recently_added_recipes;
+long long int Reserved_for_tests = 1000;
 :(before "End Setup")
 for (long long int i = 0; i < SIZE(recently_added_recipes); ++i) {
 //?   cout << "AAA clearing " << Recipe[recently_added_recipes.at(i)].name << '\n'; //? 2
diff --git a/043new.cc b/043new.cc
index 64f6fb57..81bcb21e 100644
--- a/043new.cc
+++ b/043new.cc
@@ -11,7 +11,6 @@ recipe main [
 +mem: storing 0 in location 3
 
 :(before "End Globals")
-long long int Reserved_for_tests = 1000;
 long long int Memory_allocated_until = Reserved_for_tests;
 long long int Initial_memory_per_routine = 100000;
 :(before "End Setup")
diff --git a/test_all_layers b/test_all_layers
index bb063606..60e21773 100755
--- a/test_all_layers
+++ b/test_all_layers
@@ -8,5 +8,4 @@ done
 
 echo "=== chessboard"  # our most intensive test so far
 rm mu.cc
-make clang
-mu test chessboard.mu
+CXX=clang++ ./mu test chessboard.mu