From 8d09d030312098cb314619b0b5d0fc08e78e5562 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 15 Apr 2015 10:30:31 -0700 Subject: 1067 - no need to indent methods anymore --- cpp/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/makefile') diff --git a/cpp/makefile b/cpp/makefile index 470c20c0..b062b288 100644 --- a/cpp/makefile +++ b/cpp/makefile @@ -22,7 +22,7 @@ test: mu ./mu test function_list: mu.cc - @grep -h "^[^ #].*) {" mu.cc |perl -pwe 's/ {.*/;/' > function_list + @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 test_list: mu.cc -- cgit 1.4.1-2-gfad0