aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-04-05 19:39:23 +1100
committerNeil <nyamatongwe@gmail.com>2019-04-05 19:39:23 +1100
commitb797dfefb2b599b0085fa8e03180b9d6648e0acd (patch)
treec60bfc710cdc19a0d75a940336dad09533d6dea8 /test/unit/makefile
parent4f673191c5c43665599392b00c3710d0344d65e3 (diff)
downloadscintilla-mirror-b797dfefb2b599b0085fa8e03180b9d6648e0acd.tar.gz
Move UniqueStringCopy into its own source file UniqueString.cxx to hide the
implementation.
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 6085b54e9..6d5ead6cd 100644
--- a/test/unit/makefile
+++ b/test/unit/makefile
@@ -55,7 +55,8 @@ TESTEDSRC=\
../../src/ContractionState.cxx \
../../src/Decoration.cxx \
../../src/RunStyles.cxx \
- ../../src/UniConversion.cxx
+ ../../src/UniConversion.cxx \
+ ../../src/UniqueString.cxx
TESTS=$(EXE)