Skip to content

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-bagdasaryan committed May 4, 2019
1 parent 1ce7574 commit 3461984
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,7 @@ check_PROGRAMS += tests/testStore
## why so many sources? well httpHeaderTools requites ACLChecklist & friends.
## first line - what we are testing.
tests_testStore_SOURCES= \
AccessLogEntry.cc \
CacheDigest.h \
tests/stub_CacheDigest.cc \
cbdata.cc \
Expand Down Expand Up @@ -1539,6 +1540,7 @@ tests_testStore_SOURCES= \
tests/stub_helper.cc \
tests/stub_HelperChildConfig.cc \
tests/stub_http.cc \
tests/stub_icp.cc \
tests/stub_libauth.cc \
tests/stub_libeui.cc \
tests/stub_libdiskio.cc \
Expand Down Expand Up @@ -1606,6 +1608,7 @@ tests_testStore_LDADD= \
$(top_builddir)/lib/libmisccontainers.la \
$(top_builddir)/lib/libmiscencoding.la \
$(top_builddir)/lib/libmiscutil.la \
$(ADAPTATION_LIBS) \
$(NETTLELIB) \
$(REGEXLIB) \
$(SSLLIB) \
Expand Down Expand Up @@ -1797,6 +1800,7 @@ tests_testDiskIO_LDFLAGS = $(LIBADD_DL)
if ENABLE_AUTH
check_PROGRAMS += tests/testACLMaxUserIP
tests_testACLMaxUserIP_SOURCES = \
AccessLogEntry.cc \
tests/testACLMaxUserIP.cc \
tests/testACLMaxUserIP.h
nodist_tests_testACLMaxUserIP_SOURCES = \
Expand All @@ -1815,6 +1819,7 @@ nodist_tests_testACLMaxUserIP_SOURCES = \
tests/stub_HelperChildConfig.cc \
tests/stub_HttpHeader.cc \
tests/stub_HttpRequest.cc \
tests/stub_icp.cc \
tests/stub_libauth.cc \
tests/stub_libhttp.cc \
tests/stub_libmem.cc \
Expand All @@ -1831,6 +1836,7 @@ tests_testACLMaxUserIP_LDADD = \
parser/libparser.la \
sbuf/libsbuf.la \
base/libbase.la \
$(ADAPTATION_LIBS) \
$(SSLLIB) \
$(LIBCPPUNIT_LIBS) \
$(COMPAT_LIB) \
Expand Down Expand Up @@ -2124,6 +2130,7 @@ tests_testHttp1Parser_LDFLAGS = $(LIBADD_DL)

check_PROGRAMS += tests/testHttpReply
tests_testHttpReply_SOURCES=\
AccessLogEntry.cc \
cbdata.cc \
cbdata.h \
ConfigParser.cc \
Expand Down Expand Up @@ -2177,6 +2184,7 @@ tests_testHttpReply_SOURCES=\
tests/stub_event.cc \
tests/stub_fd.cc \
tests/stub_HelperChildConfig.cc \
tests/stub_icp.cc \
tests/stub_libformat.cc \
tests/stub_libauth.cc \
tests/stub_libcomm.cc \
Expand Down Expand Up @@ -2218,6 +2226,7 @@ tests_testHttpReply_LDADD=\
$(top_builddir)/lib/libmisccontainers.la \
$(top_builddir)/lib/libmiscencoding.la \
$(top_builddir)/lib/libmiscutil.la \
$(ADAPTATION_LIBS) \
$(NETTLELIB) \
$(SSLLIB) \
$(LIBCPPUNIT_LIBS) \
Expand Down

0 comments on commit 3461984

Please sign in to comment.