forked from OSchip/llvm-project
[libc][Obvious][NFC] Move CPP tests to the correct nested directory.
This commit is contained in:
parent
103e1d934a
commit
2a7ed8fcee
|
@ -49,4 +49,5 @@ add_custom_command(TARGET libc_str_to_float_comparison_test
|
|||
COMMENT "Test the strtof and strtod implementations against precomputed results."
|
||||
VERBATIM)
|
||||
|
||||
add_subdirectory(CPP)
|
||||
add_subdirectory(OSUtil)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
add_subdirectory(FPUtil)
|
||||
add_subdirectory(CPP)
|
||||
add_subdirectory(UnitTest)
|
||||
|
||||
if(NOT LLVM_LIBC_FULL_BUILD)
|
||||
|
|
Loading…
Reference in New Issue