From c22b173c1fee932a9469f95c71f74a9ec0ca1784 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 28 Dec 2015 16:05:27 -0800 Subject: 'make format' - reformat tests as well. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c16ee05..4128ea0 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ bench: $(BENCHFILE) } 2>&1 | grep 'real' | awk '{print $$2}' | python3 'bench/stats.py' format: - clang-format -style llvm -i src/*.c src/*.h + clang-format -style llvm -i src/*.c src/*.h api_test/*.c api_test/*.h operf: $(CMARK) operf $< < $(BENCHFILE) > /dev/null -- cgit v1.2.3