summaryrefslogtreecommitdiffhomepage
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 898afbf..c88a285 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -36,7 +36,6 @@ LDFLAGS+=-pie
UNITS=\
auth.cpp \
config.cpp \
- error.cpp \
fastcgiprocess.cpp \
http.cpp \
plugin.cpp \
@@ -91,8 +90,6 @@ auth.o: ../auth.cpp
$(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@
config.o: ../config.cpp
$(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@
-error.o: ../error.cpp
- $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@
fastcgiprocess.o: ../plugins/fcgi/fastcgiprocess.cpp
$(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@
http.o: ../http.cpp