From 5746a0c90259cd39255749a33389b2854100905b Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 17 Apr 2019 00:22:27 -0400 Subject: 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. --- test/unit/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/unit/makefile') 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) -- cgit v1.2.3