2 changes: 2 additions & 0 deletions clang/unittests/Basic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ add_clang_unittest(BasicTests
CharInfoTest.cpp
DiagnosticTest.cpp
FileManagerTest.cpp
FixedPointTest.cpp
MemoryBufferCacheTest.cpp
SourceManagerTest.cpp
VirtualFileSystemTest.cpp
)

target_link_libraries(BasicTests
PRIVATE
clangAST
clangBasic
clangLex
)
683 changes: 683 additions & 0 deletions clang/unittests/Basic/FixedPointTest.cpp

Large diffs are not rendered by default.