commit | e1f2545fa18497c3395121881d9de8892228f08f | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Feb 04 14:12:04 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Feb 13 11:13:53 2015 +0100 |
tree | 1c6520af8f45f7f56b59a75b00b39483ccc2de21 | |
parent | 95763a63e80ce31563a60fd6e0c65d6d8d688acd [diff] [blame] |
Add test to measure decoding performance
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index afab3e2..7e3310d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -7,3 +7,6 @@ add_executable(conv conv.cxx) target_link_libraries(conv rfb) + +add_executable(decperf decperf.cxx) +target_link_libraries(decperf test_util rfb)