[lldb/Test] Fix unit test suffixes and add a CMake error.
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 12 Jun 2020 21:17:20 +0000 (14:17 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 12 Jun 2020 21:18:27 +0000 (14:18 -0700)
commit8f9eb7035344715194d73272b2f15205ea362f58
tree915a28f7ae478b2fbf5bcd99cb7137dfaaf2fa2e
parentd2c394e74fc5eb33581b58f238a745d7dd18f219
[lldb/Test] Fix unit test suffixes and add a CMake error.

Lit will only look for unittest targets ending in `Tests`. Add an error
when the target doesn't have the `Tests` suffix.
lldb/unittests/CMakeLists.txt
lldb/unittests/Platform/Android/CMakeLists.txt
lldb/unittests/Process/Linux/CMakeLists.txt
lldb/unittests/Process/POSIX/CMakeLists.txt