From a576e13d2f0eaa11b99ef3dddd1dcdb7557d09af Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 17 Apr 2015 12:14:37 -0700 Subject: 1079 --- cpp/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/makefile') 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 -- cgit 1.4.1-2-gfad0