aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/makefile
diff options
context:
space:
mode:
authormitchell <unknown>2019-04-17 00:22:27 -0400
committermitchell <unknown>2019-04-17 00:22:27 -0400
commit5746a0c90259cd39255749a33389b2854100905b (patch)
tree1adec96f4f20b866b5c8babbc21dc30aa80c5a98 /test/unit/makefile
parent639b77a3634190cb6b8ea2e93896b10449a4f687 (diff)
downloadscintilla-mirror-5746a0c90259cd39255749a33389b2854100905b.tar.gz
Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to hide the implementation.
Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view.
Diffstat (limited to 'test/unit/makefile')
-rw-r--r--test/unit/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/makefile b/test/unit/makefile
index ecd99fd7a..51c4950d5 100644
--- a/test/unit/makefile
+++ b/test/unit/makefile
@@ -53,7 +53,8 @@ TESTEDSRC=\
../../src/ContractionState.cxx \
../../src/Decoration.cxx \
../../src/RunStyles.cxx \
- ../../src/UniConversion.cxx
+ ../../src/UniConversion.cxx \
+ ../../src/UniqueString.cxx
TESTS=$(EXE)