aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/UnitTester.vcxproj
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-01-31 12:36:49 +1100
committerNeil <nyamatongwe@gmail.com>2025-01-31 12:36:49 +1100
commit6017737861df5f3799ec2538e5fb62fe378a309e (patch)
tree5ac8c50182793e2b2a79e9feeecf28bbed0856b6 /test/unit/UnitTester.vcxproj
parente2d7f790b130234829cde227a1439812fb510e50 (diff)
downloadscintilla-mirror-6017737861df5f3799ec2538e5fb62fe378a309e.tar.gz
Add default basic constructor and operator!= to SelectionPosition to ease use.
Use default member initializer, constexpr for constructors and equality operators and <, [[nodiscard]] for comparison operators. Add simple unit tests for Selection. Not trying to be exhaustive here, just start the process of adding tests.
Diffstat (limited to 'test/unit/UnitTester.vcxproj')
-rw-r--r--test/unit/UnitTester.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/UnitTester.vcxproj b/test/unit/UnitTester.vcxproj
index fdf567cff..87688523b 100644
--- a/test/unit/UnitTester.vcxproj
+++ b/test/unit/UnitTester.vcxproj
@@ -165,6 +165,7 @@
<ClCompile Include="..\..\src\PerLine.cxx" />
<ClCompile Include="..\..\src\RESearch.cxx" />
<ClCompile Include="..\..\src\RunStyles.cxx" />
+ <ClCompile Include="..\..\src\Selection.cxx" />
<ClCompile Include="..\..\src\UndoHistory.cxx" />
<ClCompile Include="..\..\src\UniConversion.cxx" />
<ClCompile Include="..\..\src\UniqueString.cxx" />