Skip to content

Commit

Permalink
update ktest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mita committed May 19, 2010
1 parent 7cffc19 commit a136976
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ktest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ test_rodata
testmmiotrace
tcrypt
kmemleak-test
raid6test
dmatest
"

for m in $MODULES; do
Expand All @@ -18,3 +20,17 @@ sleep 5
modprobe -r rcutorture

(cd ~/scm/linux-2.6/scripts/rt-tester; ./check-all.sh)

cat << EOF > /dev/null
test_suspend
test_kprobes
memtest
pageattr-test
kmemcheck/selftest
atomic64_test
trace_selftest
drivers/net/sfc/selftest.c
./drivers/md/raid6test/test.c
Documentations
EOF

0 comments on commit a136976

Please sign in to comment.