diff options
-rw-r--r-- | cpp/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/makefile b/cpp/makefile index c9fd139f..69b7318e 100644 --- a/cpp/makefile +++ b/cpp/makefile @@ -22,6 +22,7 @@ test: mu ./mu test function_list: mu.cc + # skip methods @grep -h "^[^ #].*) {" mu.cc |grep -v ":.*(" |perl -pwe 's/ {.*/;/' > function_list @grep -h "^[[:space:]]*TEST(" mu.cc |perl -pwe 's/^\s*TEST\((.*)\)$$/void test_$$1();/' >> function_list |