repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)
[llvm-project.git]
/
libc
/
test
/
integration
/
src
/
stdlib
/
CMakeLists.txt
blob
1efdf607defe9b7161b9b5621efe1a60c3163e00
1
add_custom_target(stdlib-integration-tests)
2
add_dependencies(libc-integration-tests stdlib-integration-tests)
3
4
add_integration_test(
5
getenv_test
6
SUITE
7
stdlib-integration-tests
8
SRCS
9
getenv_test.cpp
10
DEPENDS
11
libc.src.stdlib.getenv
12
ENV
13
FRANCE=Paris
14
GERMANY=Berlin
15
)