From f0f16bdf7bb501c93e9bc92f46cc4e0758ae136a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 14 Mar 2019 21:23:40 -0700 Subject: 5004 --- build0 | 2 +- build1 | 2 +- build2 | 2 +- build3 | 2 +- build4 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build0 b/build0 index 2cc4766d..7c1c176f 100755 --- a/build0 +++ b/build0 @@ -36,7 +36,7 @@ cd .. # auto-generate function declarations, so I can define them in any order # functions start out unindented, have all args on the same line, and end in ') {' # -# \/ ignore methods +# \/ ignore struct/class methods grep -h "^[^[:space:]#].*) {$" mu.cc |grep -v ":.*(" |sed 's/ {.*/;/' > function_list # auto-generate list of tests to run grep -h "^\s*void test_" mu.cc |sed 's/^\s*void \(.*\)() {.*/\1,/' > test_list diff --git a/build1 b/build1 index 2551cfeb..53b54899 100755 --- a/build1 +++ b/build1 @@ -55,7 +55,7 @@ LAYERS=$(./enumerate/enumerate --until $UNTIL_LAYER |grep '\.cc$') # auto-generate function declarations, so I can define them in any order # functions start out unindented, have all args on the same line, and end in ') {' # -# \/ ignore methods +# \/ ignore struct/class methods grep -h "^[^[:space:]#].*) {$" mu.cc |grep -v ":.*(" |sed 's/ {.*/;/' > function_list # auto-generate list of tests to run grep -h "^\s*void test_" mu.cc |sed 's/^\s*void \(.*\)() {.*/\1,/' > test_list diff --git a/build2 b/build2 index fd065f08..293436ee 100755 --- a/build2 +++ b/build2 @@ -123,7 +123,7 @@ mkdir -p .build # auto-generate function declarations, so I can define them in any order # functions start out unindented, have all args on the same line, and end in ') {' # -# \/ ignore methods +# \/ ignore struct/class methods grep -h "^[^[:space:]#].*) {$" mu.cc |grep -v ":.*(" |sed 's/ {.*/;/' |update .build/function_list # auto-generate list of tests to run grep -h "^\s*void test_" mu.cc |sed 's/^\s*void \(.*\)() {.*/\1,/' |update .build/test_list diff --git a/build3 b/build3 index db251087..2748a2a7 100755 --- a/build3 +++ b/build3 @@ -148,7 +148,7 @@ mkdir -p .build # auto-generate function declarations, so I can define them in any order # functions start out unindented, have all args on the same line, and end in ') {' # -# \/ ignore methods +# \/ ignore struct/class methods grep -h "^[^[:space:]#].*) {$" mu.cc |grep -v ":.*(" |sed 's/ {.*/;/' |update .build/function_list # auto-generate list of tests to run grep -h "^\s*void test_" mu.cc |sed 's/^\s*void \(.*\)() {.*/\1,/' |update .build/test_list diff --git a/build4 b/build4 index ab5c4a0b..d92dbfda 100755 --- a/build4 +++ b/build4 @@ -203,7 +203,7 @@ mkdir -p .build # auto-generate function declarations, so I can define them in any order # functions start out unindented, have all args on the same line, and end in ') {' # -# \/ ignore methods +# \/ ignore struct/class methods grep -h "^[^[:space:]#].*) {$" mu.cc |grep -v ":.*(" |sed 's/ {.*/;/' |update .build/function_list # auto-generate list of tests to run grep -h "^\s*void test_" mu.cc |sed 's/^\s*void \(.*\)() {.*/\1,/' |update .build/test_list -- cgit 1.4.1-2-gfad0