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.
This commit is contained in:
Vadim Zeitlin
2017-12-09 18:25:33 +01:00
parent bd6d22d890
commit d37f758ae9

View File

@@ -56,6 +56,7 @@ set(TEST_SRC
regex/wxregextest.cpp regex/wxregextest.cpp
scopeguard/scopeguardtest.cpp scopeguard/scopeguardtest.cpp
strings/iostream.cpp strings/iostream.cpp
strings/hexconv.cpp
strings/numformatter.cpp strings/numformatter.cpp
strings/strings.cpp strings/strings.cpp
strings/stdstrings.cpp strings/stdstrings.cpp
@@ -65,7 +66,6 @@ set(TEST_SRC
strings/vararg.cpp strings/vararg.cpp
strings/crt.cpp strings/crt.cpp
strings/vsnprintf.cpp strings/vsnprintf.cpp
streams/bstream.cpp
streams/datastreamtest.cpp streams/datastreamtest.cpp
streams/ffilestream.cpp streams/ffilestream.cpp
streams/fileback.cpp streams/fileback.cpp