From 81fc6d71112e8e6a3dc4a78fbaeac5b89674f786 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 7 Nov 2014 11:37:27 +0000 Subject: [PATCH] Remove missing catch_self_test.cpp, fixes #348 --- projects/SelfTest/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/SelfTest/makefile b/projects/SelfTest/makefile index e5dec0dc..8c72c076 100644 --- a/projects/SelfTest/makefile +++ b/projects/SelfTest/makefile @@ -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