aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ftrace/Makefile
blob: 76cc9f1562679dcd48ecd3ab5f4b15228cb92f24 (plain) (blame)
1
2
3
4
5
6
7
all:

run_tests:
	@/bin/sh ./ftracetest || echo "ftrace selftests: [FAIL]"

clean:
	rm -rf logs/*