lets add some built in self testing to the make files. Currently lets just run irqbalance in foreground/oneshot/debug mode to capture the log and ensure that nothing crashes Signed-off-by: Neil Horman <nhorman@tuxdriver.com>master
parent
aeb1bbe108
commit
71bd666e05
@ -0,0 +1,2 @@
|
||||
check_SCRIPTS = runoneshot.sh
|
||||
TESTS = runoneshot.sh
|
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec ../irqbalance --debug --oneshot --foreground
|
||||
|
Loading…
Reference in new issue