Remove missing catch_self_test.cpp, fixes #348

This commit is contained in:
Jamie Bullock 2014-11-07 11:37:27 +00:00
parent d4e5f18436
commit 81fc6d7111
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ SOURCES = ApproxTests.cpp \
TrickyTests.cpp \
BDDTests.cpp \
VariadicMacrosTests.cpp \
catch_self_test.cpp
OBJECTS = $(patsubst %.cpp, %.o, $(SOURCES))
CXX = g++
CXXFLAGS = -I../../include