From 1456c16cf8c1c0331ef0c6ccf68f6168aaed28eb Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 31 Jul 2016 21:59:52 -0400 Subject: [PATCH] Test --powerline-left --- CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c80538..584285e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,8 +115,12 @@ if(BUILD_TESTING) COMMAND tmux-mem-cpu-load -c ) - add_test(NAME powerline - COMMAND tmux-mem-cpu-load --powerline + add_test(NAME powerline-right + COMMAND tmux-mem-cpu-load --powerline-right + ) + + add_test(NAME powerline-left + COMMAND tmux-mem-cpu-load --powerline-left ) add_test(NAME invalid_status_interval