added test case for graph_lines = 0

This commit is contained in:
Pawel "l0ner" Soltys 2015-01-18 15:07:11 +01:00
parent 89a4b0c048
commit ae4e160ede

@ -109,6 +109,9 @@ if( BUILD_TESTING )
add_test( NAME custom_interval
COMMAND tmux-mem-cpu-load -i 3 )
add_test( NAME no_cpu_graph
COMMAND tmux-mem-cpu-load -g 0 )
add_test( NAME colors
COMMAND tmux-mem-cpu-load --colors )