mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Remove missing catch_self_test.cpp, fixes #348
This commit is contained in:
		@@ -9,7 +9,7 @@ SOURCES =	ApproxTests.cpp \
 | 
				
			|||||||
      		TrickyTests.cpp \
 | 
					      		TrickyTests.cpp \
 | 
				
			||||||
      		BDDTests.cpp \
 | 
					      		BDDTests.cpp \
 | 
				
			||||||
      		VariadicMacrosTests.cpp \
 | 
					      		VariadicMacrosTests.cpp \
 | 
				
			||||||
      		catch_self_test.cpp
 | 
					
 | 
				
			||||||
OBJECTS    = $(patsubst %.cpp, %.o, $(SOURCES))
 | 
					OBJECTS    = $(patsubst %.cpp, %.o, $(SOURCES))
 | 
				
			||||||
CXX = g++
 | 
					CXX = g++
 | 
				
			||||||
CXXFLAGS  = -I../../include
 | 
					CXXFLAGS  = -I../../include
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user