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