aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Interpreter/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests/Interpreter/CMakeLists.txt')
-rw-r--r--lldb/unittests/Interpreter/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/unittests/Interpreter/CMakeLists.txt b/lldb/unittests/Interpreter/CMakeLists.txt
index 5b5268f..54cea99 100644
--- a/lldb/unittests/Interpreter/CMakeLists.txt
+++ b/lldb/unittests/Interpreter/CMakeLists.txt
@@ -2,6 +2,7 @@ add_lldb_unittest(InterpreterTests
TestCommandPaths.cpp
TestCompletion.cpp
TestOptionArgParser.cpp
+ TestOptions.cpp
TestOptionValue.cpp
TestOptionValueFileColonLine.cpp
TestRegexCommand.cpp