diff options
Diffstat (limited to 'build1')
-rwxr-xr-x | build1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |