diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-12 15:50:15 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-12 15:50:15 +0100 |
commit | 2bb0d2ab46bf8104ab6e0b96fdefbeb20aa4c9e4 (patch) | |
tree | 7bd0e7104d687206422d2d882592cd70b35ea80b /tests/Makefile | |
parent | 7472e4e8e4897adc90f9e9030bb35ea07ded8b32 (diff) |
Move https.* to http.*
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile index 14af291..c04cbcd 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -38,7 +38,6 @@ UNITS=\ config.cpp \ error.cpp \ http.cpp \ - https.cpp \ plugin.cpp \ privileges.cpp \ response.cpp \ @@ -52,7 +51,6 @@ TESTSRC=\ test-config.cpp \ test-environment.cpp \ test-http.cpp \ - test-https.cpp \ test-plugin.cpp \ test-privileges.cpp \ test-response.cpp \ @@ -91,8 +89,6 @@ error.o: ../error.cpp $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@ http.o: ../http.cpp $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@ -https.o: ../https.cpp - $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@ plugin.o: ../plugin.cpp $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@ privileges.o: ../privileges.cpp |