summaryrefslogtreecommitdiff
path: root/libc/cmake/modules/LLVMLibCTestRules.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'libc/cmake/modules/LLVMLibCTestRules.cmake')
-rw-r--r--libc/cmake/modules/LLVMLibCTestRules.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/cmake/modules/LLVMLibCTestRules.cmake b/libc/cmake/modules/LLVMLibCTestRules.cmake
index f4f0a70a51b6..131bbad7c9c6 100644
--- a/libc/cmake/modules/LLVMLibCTestRules.cmake
+++ b/libc/cmake/modules/LLVMLibCTestRules.cmake
@@ -432,7 +432,8 @@ function(add_integration_test test_name)
libc.src.__support.threads.thread
libc.src.stdlib.atexit
libc.src.stdlib.exit
- libc.src.unistd.environ)
+ libc.src.unistd.environ
+ libc.utils.IntegrationTest.test)
list(REMOVE_DUPLICATES fq_deps_list)
# We don't want memory functions to be dependencies on integration tests.