VS integration part 1 - allow catch_message.hpp to be included by more than 1 source file

This commit is contained in:
Malcolm Noyes
2013-11-10 15:11:21 +00:00
parent 8e411d27f6
commit e9a2230ad8
8 changed files with 165 additions and 18 deletions

View File

@@ -4,6 +4,8 @@ SOURCES = ApproxTests.cpp \
ExceptionTests.cpp \
GeneratorTests.cpp \
MessageTests.cpp \
MessageInstantiationTests1.cpp \
MessageInstantiationTests2.cpp \
MiscTests.cpp \
TestMain.cpp \
TrickyTests.cpp \
@@ -18,4 +20,4 @@ CatchSelfTest: $(OBJECTS)
$(CXX) -o $@ $^
clean:
rm -f $(OBJECTS)
rm -f CatchSelfTest CatchSelfTest.exe $(OBJECTS)