A bunch of Catch::toString tests

This commit is contained in:
Andy Sawyer
2014-09-01 18:09:37 +01:00
parent cd2a5aa688
commit abf9ffc982
4 changed files with 201 additions and 1 deletions

View File

@@ -9,7 +9,10 @@ SOURCES = ApproxTests.cpp \
TrickyTests.cpp \
BDDTests.cpp \
VariadicMacrosTests.cpp \
EnumToString.cpp
EnumToString.cpp \
ToStringPair.cpp \
ToStringVector.cpp \
ToStringWhich.cpp
OBJECTS = $(patsubst %.cpp, %.o, $(SOURCES))