summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-09-08 20:44:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-09-08 20:44:54 +0200
commite74854a37c809fb4b0327289feebfbd5fa937588 (patch)
treec6ce5f902c37f238663baab53c1da2ece2ae87cd /tests
parent4327629277fe7806495c3e68e4c116da10d81313 (diff)
downloadcssh-e74854a37c809fb4b0327289feebfbd5fa937588.tar.gz
cssh-e74854a37c809fb4b0327289feebfbd5fa937588.tar.bz2
some very first (flickering) running progress bars
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index fb9e6c2..4572b47 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -2,6 +2,6 @@ include_directories(../src)
add_executable(progressbartest progressbartest.c ../src/progressbar.c ../src/port.c)
-target_link_libraries(progressbartest)
+target_link_libraries(progressbartest curses)
add_test(ProgressBarPool progressbartest)