The convention for unit test sources is that they're called FooTest.cpp.
No behavior change.
(I noticed that a few files are named incorrectly when seeing r341015.)
Paths
| Differential D51579
Rename a few unittests/.../Foo.cpp files to FooTest.cpp ClosedPublic Authored by thakis on Sep 2 2018, 4:19 PM.
Details
Summary The convention for unit test sources is that they're called FooTest.cpp. No behavior change. (I noticed that a few files are named incorrectly when seeing r341015.)
Diff Detail Event TimelineHerald added subscribers: mgrang, george.burgess.iv, zzheng, mgorny. ยท View Herald TranscriptSep 2 2018, 4:19 PM Comment Actions Smth is wrong with how the new files show up in Phabricator. Please make sure you add them to the commit properly. :) This revision is now accepted and ready to land.Sep 2 2018, 10:22 PM Comment Actions r341313, thanks! I had svn mvd the files. Diffs for mv'd files look a bit weird; phab is probably doing the best it can do here.
Revision Contents
Diff 163651 unittests/Analysis/CMakeLists.txt
unittests/Analysis/MemorySSA.cpp
unittests/Analysis/OrderedInstructions.cpp
unittests/Analysis/UnrollAnalyzer.cpp
unittests/Transforms/Utils/BasicBlockUtils.cpp
unittests/Transforms/Utils/CMakeLists.txt
unittests/Transforms/Utils/Cloning.cpp
unittests/Transforms/Utils/CodeExtractor.cpp
unittests/Transforms/Utils/FunctionComparator.cpp
unittests/Transforms/Utils/IntegerDivision.cpp
unittests/Transforms/Utils/Local.cpp
unittests/Transforms/Utils/SSAUpdaterBulk.cpp
|