This part of the effort to make all test related pieces into the `test` directory. This helps is excluding test related pieces in a straight forward manner if LLVM_INCLUDE_TESTS is OFF. Future patches will also move the MPFR wrapper and testutils into the 'test' directory.
10 lines
114 B
CMake
10 lines
114 B
CMake
add_object_library(
|
|
test
|
|
SRCS
|
|
test.cpp
|
|
HDRS
|
|
test.h
|
|
DEPENDS
|
|
libc.src.__support.OSUtil.osutil
|
|
)
|