This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
00d4f49717
llvm-project
/
lldb
/
unittests
/
Editline
/
CMakeLists.txt
4 lines
55 B
CMake
Raw
Normal View
History
Unescape
Escape
Fix a copy-and-paste error on new Editline test cmake configuration. llvm-svn: 251264
2015-10-26 05:54:56 +08:00
add_lldb_unittest
(
EditlineTests
Xcode: added lldb-gtest target to build and run the gtests in the unittests directory. Also added a placeholder Editline gtest for some code that I'll add as soon as I make sure this addition doesn't break any of the build bots. This change also introduces some Xcode user-defined variables that I've used to attempt to isolate the way Python is integrated into the build. I don't have the rest of LLDB using it yet, I'm using the gtests as my guinea pig on that. Currently these are: PYTHON_FRAMEWORK_PATH PYTHON_VERSION_MAJOR PYTHON_VERSION_MINOR I will convert the rest over to it after this gets a little time to bake and any kinks are worked out of it. llvm-svn: 251261
2015-10-26 05:42:35 +08:00
E
d
i
t
l
i
n
e
T
e
s
t
.
c
p
p
)