summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-28 16:05:27 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-28 16:05:27 -0800
commitc22b173c1fee932a9469f95c71f74a9ec0ca1784 (patch)
tree5c857b985850823c3d1143743b05e365c6260d95 /Makefile
parent569f3787da2c44963bb25869c98ea492517a5716 (diff)
'make format' - reformat tests as well.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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