From d37f758ae90b4f6f77bfd3b57a93d0f99e22070b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 9 Dec 2017 18:25:33 +0100 Subject: [PATCH] Update the list of non-GUI test source files streams/bstream.cpp was removed in the meanwhile while a new strings/hexconv.cpp was added. --- build/cmake/tests/base/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/tests/base/CMakeLists.txt b/build/cmake/tests/base/CMakeLists.txt index 15883b65c3..2dc9f50c97 100644 --- a/build/cmake/tests/base/CMakeLists.txt +++ b/build/cmake/tests/base/CMakeLists.txt @@ -56,6 +56,7 @@ set(TEST_SRC regex/wxregextest.cpp scopeguard/scopeguardtest.cpp strings/iostream.cpp + strings/hexconv.cpp strings/numformatter.cpp strings/strings.cpp strings/stdstrings.cpp @@ -65,7 +66,6 @@ set(TEST_SRC strings/vararg.cpp strings/crt.cpp strings/vsnprintf.cpp - streams/bstream.cpp streams/datastreamtest.cpp streams/ffilestream.cpp streams/fileback.cpp