summaryrefslogtreecommitdiff
path: root/libc/cmake/modules/LLVMLibCTestRules.cmake
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@google.com>2023-02-06 07:07:23 +0000
committerSiva Chandra Reddy <sivachandra@google.com>2023-02-07 19:45:51 +0000
commitaf1315c28f9bab76d3c2e1492a3d41e7c48215f8 (patch)
treec899fe8fa2e230d7a8006d553340a044405b98c9 /libc/cmake/modules/LLVMLibCTestRules.cmake
parentd27fb5efc5f2086fa157e7d836b61bae4d5f3734 (diff)
downloadllvm-af1315c28f9bab76d3c2e1492a3d41e7c48215f8.tar.gz
[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.
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.
Diffstat (limited to 'libc/cmake/modules/LLVMLibCTestRules.cmake')
-rw-r--r--libc/cmake/modules/LLVMLibCTestRules.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/cmake/modules/LLVMLibCTestRules.cmake b/libc/cmake/modules/LLVMLibCTestRules.cmake
index 459eb57dd862..99d6e2a78723 100644
--- a/libc/cmake/modules/LLVMLibCTestRules.cmake
+++ b/libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -443,7 +443,7 @@ function(add_integration_test test_name)
libc.src.stdlib.atexit
libc.src.stdlib.exit
libc.src.unistd.environ
- libc.utils.IntegrationTest.test)
+ libc.test.IntegrationTest.test)
list(REMOVE_DUPLICATES fq_deps_list)
# TODO: Instead of gathering internal object files from entrypoints,
@@ -526,7 +526,7 @@ function(add_integration_test test_name)
add_dependencies(${fq_target_name}
${fq_target_name}.__copy_startup__
${fq_libc_target_name}
- libc.utils.IntegrationTest.test
+ libc.test.IntegrationTest.test
${INTEGRATION_TEST_DEPENDS})
add_custom_command(