[libc][Obvious][NFC] Move CPP tests to the correct nested directory.

This commit is contained in:
Siva Chandra Reddy 2022-02-12 06:14:46 +00:00
parent 103e1d934a
commit 2a7ed8fcee
8 changed files with 1 additions and 1 deletions

View File

@ -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)

View File

@ -1,5 +1,4 @@
add_subdirectory(FPUtil)
add_subdirectory(CPP)
add_subdirectory(UnitTest)
if(NOT LLVM_LIBC_FULL_BUILD)