aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/CMakeLists.txt
diff options
context:
space:
mode:
authorLee Clagett <code@leeclagett.com>2016-11-25 21:07:45 -0500
committerLee Clagett <code@leeclagett.com>2016-11-25 21:57:27 -0500
commit91ffb61c25561a9143e9a8e713be16b09b03f633 (patch)
treef459cd141f40b861ae861dc80914a162b41d305d /tests/unit_tests/CMakeLists.txt
parentMerge pull request #1372 (diff)
downloadmonero-91ffb61c25561a9143e9a8e713be16b09b03f633.tar.xz
Added command_line::is_yes
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-rw-r--r--tests/unit_tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt
index 5f050554f..78dd74529 100644
--- a/tests/unit_tests/CMakeLists.txt
+++ b/tests/unit_tests/CMakeLists.txt
@@ -35,6 +35,7 @@ set(unit_tests_sources
canonical_amounts.cpp
chacha8.cpp
checkpoints.cpp
+ command_line.cpp
decompose_amount_into_digits.cpp
dns_resolver.cpp
epee_boosted_tcp_server.cpp