mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
Revert "Refactored line wrapping in Text constructor a bit"
This reverts commit e43d4a2028
.
This commit is contained in:
parent
e43d4a2028
commit
d37a8e8f98
@ -1,13 +0,0 @@
|
|||||||
SOURCES = ApproxTests.cpp ClassTests.cpp ConditionTests.cpp \
|
|
||||||
ExceptionTests.cpp GeneratorTests.cpp MessageTests.cpp \
|
|
||||||
MiscTests.cpp TestMain.cpp TrickyTests.cpp \
|
|
||||||
catch_self_test.cpp
|
|
||||||
OBJECTS = $(patsubst %.cpp, %.o, $(SOURCES))
|
|
||||||
CXX = gcc
|
|
||||||
CXXFLAGS = -I../../include
|
|
||||||
|
|
||||||
all: $(OBJECTS)
|
|
||||||
$(CXX) -o $@ $^
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f $(OBJECTS)
|
|
Loading…
Reference in New Issue
Block a user