Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: a937536b868b8369b98967929045f1df54234323 authored by Linus Torvalds on 17 March 2013, 22:59:32 UTC
Linux 3.9-rc3
Tip revision: a937536
Makefile
all:

run_tests:
	@./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"

clean:
back to top